Re: [dpdk-dev] [PATCH] net/bonding: add ethdev ops function for MTU set

2018-01-11 Thread Ferruh Yigit
On 1/11/2018 7:12 PM, Sharmila Podury wrote: > From: Sharmila Podury > > Set the MTU for bonding device by calling .mtu_set for all > the slaves. Set the MTU only if all slaves support .mtu_set, > and there is no error returned from any slave. > > Signed-off-by: Sharmila Podury > Acked-by: Decl

[dpdk-dev] [PATCH] net/bonding: add ethdev ops function for MTU set

2018-01-11 Thread Sharmila Podury
From: Sharmila Podury Set the MTU for bonding device by calling .mtu_set for all the slaves. Set the MTU only if all slaves support .mtu_set, and there is no error returned from any slave. Signed-off-by: Sharmila Podury Acked-by: Declan Doherty --- drivers/net/bonding/rte_eth_bond_pmd.c | 31

Re: [dpdk-dev] [PATCH] net/bonding: add ethdev ops function for MTU set

2018-01-10 Thread Chas Williams
I believe it's in the moderation queue because Sharmilla sent it from her gmail address. Is there any chance you can look around in there and see if you can free it? If not, I will resubmit with the Acked-by. On Wed, Jan 10, 2018 at 3:42 PM, Ferruh Yigit wrote: > On 1/9/2018 3:32 PM, Doherty,

Re: [dpdk-dev] [PATCH] net/bonding: add ethdev ops function for MTU set

2018-01-10 Thread Ferruh Yigit
On 1/9/2018 3:32 PM, Doherty, Declan wrote: > On 04/01/2018 6:34 AM, Sharmila Podury wrote: >> From: Sharmila Podury >> >> Set the MTU for bonding device by calling .mtu_set for all >> the slaves. Set the MTU only if all slaves support .mtu_set, >> and there is no error returned from any slave. >>

Re: [dpdk-dev] [PATCH] net/bonding: add ethdev ops function for MTU set

2018-01-09 Thread Doherty, Declan
On 04/01/2018 6:34 AM, Sharmila Podury wrote: From: Sharmila Podury Set the MTU for bonding device by calling .mtu_set for all the slaves. Set the MTU only if all slaves support .mtu_set, and there is no error returned from any slave. Signed-off-by: Sharmila Podury --- drivers/net/bonding/r