lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20230511071214.18611-1-pranavi.somisetty@amd.com> Date: Thu, 11 May 2023 01:12:12 -0600 From: Pranavi Somisetty <pranavi.somisetty@....com> To: <nicolas.ferre@...rochip.com>, <claudiu.beznea@...rochip.com>, <davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>, <richardcochran@...il.com>, <linux@...linux.org.uk>, <palmer@...belt.com> CC: <git@....com>, <michal.simek@....com>, <harini.katakam@....com>, <radhey.shyam.pandey@....com>, <pranavi.somisetty@....com>, <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <linux-riscv@...ts.infradead.org> Subject: [PATCH net-next v2 0/2] Add support for partial store and forward Add support for partial store and forward mode in Cadence MACB. Link for v1: https://lore.kernel.org/all/20221213121245.13981-1-pranavi.somisetty@amd.com/ Changes v2: 1. Removed all the changes related to validating FCS when Rx checksum offload is disabled. 2. Instead of using a platform dependent number (0xFFF) for the reset value of rx watermark, derive it from designcfg_debug2 register. 3. Added a check to see if partial s/f is supported, by reading the designcfg_debug6 register. 4. Added devicetree bindings for "rx-watermark" property. Pranavi Somisetty (2): dt-bindings: net: cdns,macb: Add rx-watermark property net: macb: Add support for partial store and forward .../devicetree/bindings/net/cdns,macb.yaml | 8 +++ drivers/net/ethernet/cadence/macb.h | 14 ++++++ drivers/net/ethernet/cadence/macb_main.c | 49 ++++++++++++++++++- 3 files changed, 69 insertions(+), 2 deletions(-) -- 2.36.1
Powered by blists - more mailing lists