[ovs-dev] [PATCH 1/3] dpif-netlink: Generate ufids for installing TC flowers

2020-05-17 Thread xiangxia . m . yue
From: Tonghao Zhang To support installing the TC flowers to HW, via "ovs-appctl dpctl/add-flow" command, there should be an ufid. This patch will check whether ufid exists, if not, generate an ufid. Should to know that when processing upcall packets, ufid is generated in parse_odp_packet for kern

Re: [ovs-dev] [PATCH 1/3] dpif-netlink: Generate ufids for installing TC flowers

2020-05-18 Thread Roi Dayan
On 2020-05-18 4:44 AM, xiangxia.m@gmail.com wrote: > From: Tonghao Zhang > > To support installing the TC flowers to HW, via "ovs-appctl dpctl/add-flow" > command, there should be an ufid. This patch will check whether ufid exists, > if not, generate an ufid. Should to know that when proce

Re: [ovs-dev] [PATCH 1/3] dpif-netlink: Generate ufids for installing TC flowers

2020-05-25 Thread Tonghao Zhang
On Mon, May 18, 2020 at 10:37 PM Roi Dayan wrote: > > > > On 2020-05-18 4:44 AM, xiangxia.m@gmail.com wrote: > > From: Tonghao Zhang > > > > To support installing the TC flowers to HW, via "ovs-appctl dpctl/add-flow" > > command, there should be an ufid. This patch will check whether ufid exi

Re: [ovs-dev] [PATCH 1/3] dpif-netlink: Generate ufids for installing TC flowers

2020-09-11 Thread Eelco Chaudron
Hi Tonghao, at al. This patch is breaking basic flow adding/deletion with ovs-dpctl. I did not look at the root cause yet, maybe you can take a peek. This is present since 13.0, so the potential fix needs backporting. Here is how to replicate: ip link add name vport0 type veth peer name vpor

Re: [ovs-dev] [PATCH 1/3] dpif-netlink: Generate ufids for installing TC flowers

2020-09-13 Thread Tonghao Zhang
On Fri, Sep 11, 2020 at 5:46 PM Eelco Chaudron wrote: > > Hi Tonghao, at al. > > This patch is breaking basic flow adding/deletion with ovs-dpctl. I did > not look at the root cause yet, maybe you can take a peek. This is > present since 13.0, so the potential fix needs backporting. > > Here is ho

Re: [ovs-dev] [PATCH 1/3] dpif-netlink: Generate ufids for installing TC flowers

2020-09-14 Thread Eelco Chaudron
On 14 Sep 2020, at 7:54, Tonghao Zhang wrote: On Fri, Sep 11, 2020 at 5:46 PM Eelco Chaudron wrote: Hi Tonghao, at al. This patch is breaking basic flow adding/deletion with ovs-dpctl. I did not look at the root cause yet, maybe you can take a peek. This is present since 13.0, so the pot

Re: [ovs-dev] [PATCH 1/3] dpif-netlink: Generate ufids for installing TC flowers

2020-09-28 Thread Eelco Chaudron
On 14 Sep 2020, at 14:23, Eelco Chaudron wrote: On 14 Sep 2020, at 7:54, Tonghao Zhang wrote: On Fri, Sep 11, 2020 at 5:46 PM Eelco Chaudron wrote: Hi Tonghao, at al. This patch is breaking basic flow adding/deletion with ovs-dpctl. I did not look at the root cause yet, maybe you can t