Message ID | 20240813222249.3708070-1-anthony.l.nguyen@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | ice: iavf: add support for TC U32 filters on VFs | expand |
Hello: This series was applied to netdev/net-next.git (main) by Tony Nguyen <anthony.l.nguyen@intel.com>: On Tue, 13 Aug 2024 15:22:35 -0700 you wrote: > Ahmed Zaki says: > > The Intel Ethernet 800 Series is designed with a pipeline that has > an on-chip programmable capability called Dynamic Device Personalization > (DDP). A DDP package is loaded by the driver during probe time. The DDP > package programs functionality in both the parser and switching blocks in > the pipeline, allowing dynamic support for new and existing protocols. > Once the pipeline is configured, the driver can identify the protocol and > apply any HW action in different stages, for example, direct packets to > desired hardware queues (flow director), queue groups or drop. > > [...] Here is the summary with links: - [net-next,v2,01/13] ice: add parser create and destroy skeleton https://git.kernel.org/netdev/net-next/c/86ff3d79a0ee - [net-next,v2,02/13] ice: parse and init various DDP parser sections https://git.kernel.org/netdev/net-next/c/75b4a938a947 - [net-next,v2,03/13] ice: add debugging functions for the parser sections https://git.kernel.org/netdev/net-next/c/68add288189a - [net-next,v2,04/13] ice: add parser internal helper functions https://git.kernel.org/netdev/net-next/c/4851f12c8d8a - [net-next,v2,05/13] ice: add parser execution main loop https://git.kernel.org/netdev/net-next/c/9a4c07aaa0f5 - [net-next,v2,06/13] ice: support turning on/off the parser's double vlan mode https://git.kernel.org/netdev/net-next/c/b2687653fe69 - [net-next,v2,07/13] ice: add UDP tunnels support to the parser https://git.kernel.org/netdev/net-next/c/80a480075911 - [net-next,v2,08/13] ice: add API for parser profile initialization https://git.kernel.org/netdev/net-next/c/e312b3a1e209 - [net-next,v2,09/13] virtchnl: support raw packet in protocol header https://git.kernel.org/netdev/net-next/c/fb4dae4ca315 - [net-next,v2,10/13] ice: add method to disable FDIR SWAP option https://git.kernel.org/netdev/net-next/c/f217c187ea2e - [net-next,v2,11/13] ice: enable FDIR filters from raw binary patterns for VFs https://git.kernel.org/netdev/net-next/c/99f419df8a5c - [net-next,v2,12/13] iavf: refactor add/del FDIR filters https://git.kernel.org/netdev/net-next/c/995617dccc89 - [net-next,v2,13/13] iavf: add support for offloading tc U32 cls filters https://git.kernel.org/netdev/net-next/c/623122ac1c40 You are awesome, thank you!