[roll] Roll fuchsia [ethernet][igc] Fix issues found in memory checks

1. rx_buffers_ and tx_buffers_ are initialized with 0s so that there
   won't be random values appear in the first access to any of the
   fields.
2. The length of tx_buffers_ should match the tx descriptor ring buffer
   size which is kEthTxDescRingCount.

Original-Bug: 112566
Test: "fx pave" with a build after
"fx set --fint-params-path 'integration/infra/config/generated/turquoise/fint_params/global.dev.ci/bringup.x64-nuc11.textproto'
"

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/743392
Original-Revision: 3023f0f97c11935946ef01184bea7ec2dc65918d
GitOrigin-RevId: 690d5654497f8186a856932c16225ab294704d3f
Change-Id: Ibdac1ae0efaef658a8404d7591847b00c687aaf0
1 file changed
tree: 1d8f4467f3976c7f2919c0d3e3beb42bd0168a61
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.