Re: [PATCH net-next 0/4] Add tc hardware offloads

2021-03-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 18 Mar 2021 15:32:11 +0530 you wrote: > This patch series adds support for tc hardware offloads. > > Patch #1 adds support for offloading flows that matches IP tos and IP > protocol which will be used by

[PATCH net-next 0/4] Add tc hardware offloads

2021-03-18 Thread Naveen Mamindlapalli
This patch series adds support for tc hardware offloads. Patch #1 adds support for offloading flows that matches IP tos and IP protocol which will be used by tc hw offload support. Also added ethtool n-tuple filter to code to offload the flows matching the above fields.