mbox series

[ovs-dev,0/1] netdev-vport: Make ip6gretap netdev type to use TC rules

Message ID 20190626090642.23983-1-elibr@mellanox.com
Headers show
Series netdev-vport: Make ip6gretap netdev type to use TC rules | expand

Message

Eli Britstein June 26, 2019, 9:06 a.m. UTC
Enable TC datapath on ip6gretap interface.
It will work once https://patchwork.ozlabs.org/patch/1120457/ is merged.

Eli Britstein (1):
  netdev-vport: Make ip6gretap netdev type to use TC rules

 lib/netdev-vport.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

William Tu June 26, 2019, 3:25 p.m. UTC | #1
On Wed, Jun 26, 2019 at 2:07 AM Eli Britstein <elibr@mellanox.com> wrote:
>
> Enable TC datapath on ip6gretap interface.
> It will work once https://patchwork.ozlabs.org/patch/1120457/ is merged.
>
I've sent v4 patch
https://patchwork.ozlabs.org/patch/1122890/

William