Module Name: src Committed By: msaitoh Date: Fri Dec 10 11:14:18 UTC 2021
Modified Files: src/sys/dev/pci/ixgbe: ixgbe_x550.c Log Message: Initialize data field in struct buffer. FreeBSD: b3ebe337ffa06b0f1f460bf8f1e42fb55db77d0b or ix-3.3.14 DPDK: 40543be5376ca415b2a7e196315d0555725b8bdf While sending request using ixgbe_hic_unlocked() the data field in buffer struct is not used. It is set when the struct is overwritten by FW to deliver the response. To not pass random data to FW the whole structure should be zeroed before use. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/ixgbe/ixgbe_x550.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.