Re: [dpdk-dev] [PATCH] ethdev: fix MTU setup error

2018-01-31 Thread Ferruh Yigit
On 1/31/2018 6:34 PM, Ferruh Yigit wrote: > On 1/31/2018 2:08 AM, Mallesh Koujalagi wrote: > > net/null: support MTU update > >> NULL device is failed to attach ovs, reported operation not supported >> and configuration failed. >> >> To attach ovs: >> $VSCTL add-port ovs-br dpdk1 -- set Interface

Re: [dpdk-dev] [PATCH] ethdev: fix MTU setup error

2018-01-31 Thread Ferruh Yigit
On 1/31/2018 2:08 AM, Mallesh Koujalagi wrote: net/null: support MTU update > NULL device is failed to attach ovs, reported operation not supported > and configuration failed. > > To attach ovs: > $VSCTL add-port ovs-br dpdk1 -- set Interface dpdk1 type=dpdk \ > options:dpdk-devargs=eth_

[dpdk-dev] [PATCH] ethdev: fix MTU setup error

2018-01-30 Thread Mallesh Koujalagi
NULL device is failed to attach ovs, reported operation not supported and configuration failed. To attach ovs: $VSCTL add-port ovs-br dpdk1 -- set Interface dpdk1 type=dpdk \ options:dpdk-devargs=eth_null0,size=64,copy=1 Signed-off-by: Mallesh Koujalagi --- drivers/net/null/rte_eth_null