netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/7] Wangxun netdev features support
@ 2023-05-10  9:38 Mengyuan Lou
  2023-05-10  9:38 ` [PATCH net-next v4 1/7] net: wangxun: libwx add tx offload functions Mengyuan Lou
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Mengyuan Lou @ 2023-05-10  9:38 UTC (permalink / raw)
  To: netdev; +Cc: jiawenwu, Mengyuan Lou

Implement tx_csum and rx_csum to support hardware checksum offload.
Implement ndo_vlan_rx_add_vid and ndo_vlan_rx_kill_vid.
Enable macros in netdev features which wangxun can support.

changes v4:
- Yunsheng Lin:
https://lore.kernel.org/netdev/c4b9765d-7213-2718-5de3-5e8231753b95@huawei.com/
changes v3:
- Yunsheng Lin: Tidy up logic for wx_encode_tx_desc_ptype.
changes v2:
- Andrew Lunn:
Add ETH_P_CNM Congestion Notification Message to if_ether.h.
Remove lro support.
- Yunsheng Lin:
https://lore.kernel.org/netdev/eb75ae23-8c19-bbc5-e99a-9b853511affa@huawei.com/

Mengyuan Lou (7):
  net: wangxun: libwx add tx offload functions
  net: wangxun: libwx add rx offload functions
  net: wangxun: Implement vlan add and kill functions
  net: ngbe add netdev features support
  net: ngbe: Implement vlan add and remove ops
  net: txgbe add netdev features support
  net: txgbe: Implement vlan add and remove ops

 drivers/net/ethernet/wangxun/libwx/wx_hw.c    | 275 +++++++-
 drivers/net/ethernet/wangxun/libwx/wx_hw.h    |   3 +
 drivers/net/ethernet/wangxun/libwx/wx_lib.c   | 600 +++++++++++++++++-
 drivers/net/ethernet/wangxun/libwx/wx_type.h  | 362 ++++++++++-
 drivers/net/ethernet/wangxun/ngbe/ngbe_main.c |  19 +-
 drivers/net/ethernet/wangxun/ngbe/ngbe_type.h |   1 +
 .../net/ethernet/wangxun/txgbe/txgbe_main.c   |  24 +-
 .../net/ethernet/wangxun/txgbe/txgbe_type.h   |   1 +
 8 files changed, 1265 insertions(+), 20 deletions(-)

-- 
2.40.0


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-05-15  1:37 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-10  9:38 [PATCH net-next v4 0/7] Wangxun netdev features support Mengyuan Lou
2023-05-10  9:38 ` [PATCH net-next v4 1/7] net: wangxun: libwx add tx offload functions Mengyuan Lou
2023-05-12 14:16   ` Simon Horman
2023-05-10  9:38 ` [PATCH net-next v4 2/7] net: wangxun: libwx add rx " Mengyuan Lou
2023-05-10 11:43   ` Yunsheng Lin
2023-05-11  8:34     ` mengyuanlou
2023-05-11 11:48       ` Yunsheng Lin
2023-05-12  6:00         ` mengyuanlou
2023-05-12 11:41           ` Yunsheng Lin
2023-05-15  1:31             ` mengyuanlou
2023-05-15  1:36               ` mengyuanlou
2023-05-10  9:38 ` [PATCH net-next v4 3/7] net: wangxun: Implement vlan add and kill functions Mengyuan Lou
2023-05-11 12:21   ` Yunsheng Lin
2023-05-12  6:40     ` mengyuanlou
2023-05-10  9:38 ` [PATCH net-next v4 4/7] net: ngbe add netdev features support Mengyuan Lou
2023-05-10  9:38 ` [PATCH net-next v4 5/7] net: ngbe: Implement vlan add and remove ops Mengyuan Lou
2023-05-10  9:38 ` [PATCH net-next v4 6/7] net: txgbe add netdev features support Mengyuan Lou
2023-05-10  9:38 ` [PATCH net-next v4 7/7] net: txgbe: Implement vlan add and remove ops Mengyuan Lou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).