mbox

[v2,0/5] net/nfb: add missing libfdt dependency for build

Message ID 20220215125543.142108-1-spinler@cesnet.cz (mailing list archive)
Headers

Message

Martin Spinler Feb. 15, 2022, 12:55 p.m. UTC
  From: Martin Spinler <spinler@cesnet.cz>

This series introduces standard RX timestamp offload flag support
together with multiple MAC addresses support for NFB devices.
Also fixes a promisc/multicast switch issue and minor annoyances.
---

v2:
 * Removed libfdt dependency patch from series, is needless.
 * Added the Fixes/CC-stable tags to 2 patches.
 * Reworked support for more MAC addresses: extracted
   nfb_eth_get_max_mac_address_count, fixed allocation, added
   comments.
 * Removed documentation reference to custom timestamp parameter.

 doc/guides/nics/nfb.rst      |   8 +--
 drivers/net/nfb/nfb.h        |   7 +-
 drivers/net/nfb/nfb_ethdev.c | 124 +++++++++++++++++++++++++++++------
 drivers/net/nfb/nfb_rx.c     |  53 ---------------
 drivers/net/nfb/nfb_rx.h     |   7 +-
 drivers/net/nfb/nfb_rxmode.c |  20 +++---
 drivers/net/nfb/nfb_tx.h     |   5 +-
 7 files changed, 119 insertions(+), 105 deletions(-)