> On 18.10.2018 16:29, Ilya Maximets wrote:
> > vhost ports are not DPDK eth ports and has no rte_flow API.
> > Stop calling this API with DPDK_ETH_PORT_ID_INVALID to avoid time
> > wasting and errors in log.
> >
> > Additionally, DPDK_FLOW_OFFLOAD_API definition moved to .c file,
> > because there is no need to expose it in header.
> >
> > CC: Finn Christensen <f...@napatech.com>
> > Fixes: e8a2b5bf92bb ("netdev-dpdk: implement flow offload with rte
> > flow")
> > Signed-off-by: Ilya Maximets <i.maxim...@samsung.com>
> > ---
> 
> Hi Ian,
> You didn't backport this patch to 2.10. Do you think that it's not needed
> or you just missed it while preparing the pull request?
> 
> Periodic errors in log are a bit annoying.

Hi Ilya,

The patch above assumes that a previous commit 89c09c1cd1f0 ("netdev: Clean up 
class initialization.") is in place, however 89c09c1cd1f0 ("netdev: Clean up 
class initialization.") was never backported to branch 2.10 I had discussed 
this with Ben but we didn’t see the need.  

As such the patch does not apply as the netdev dpdk class layout differs. You 
could submit a specific patch for branch 2.10 with an amended commit message.

Alternatively I'm thinking it might make sense to backport 89c09c1cd1f0 as well 
as the patch above in order to remove the periodic log requests?

Ian


> 
> Bets regards, Ilya Maximets.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to