Re: [PATCH V7 mlx5-next 00/16] Add support to get xmit slave

2020-05-04 Thread Jarod Wilson
On Mon, May 4, 2020 at 10:42 AM David Ahern wrote: > > On 5/4/20 8:36 AM, Jarod Wilson wrote: > > At a glance, I'm not sure why all the "get the xmit slave" functions > > are being passed an skb. None of them should be manipulating the skb, > > that should all be done in the respective xmit functi

Re: [PATCH V7 mlx5-next 00/16] Add support to get xmit slave

2020-05-04 Thread David Ahern
On 5/4/20 8:36 AM, Jarod Wilson wrote: > At a glance, I'm not sure why all the "get the xmit slave" functions > are being passed an skb. None of them should be manipulating the skb, > that should all be done in the respective xmit functions after the > slave has been returned. a number of them sel

Re: [PATCH V7 mlx5-next 00/16] Add support to get xmit slave

2020-05-04 Thread Jarod Wilson
On Thu, Apr 30, 2020 at 2:50 PM Maor Gottlieb wrote: > > Hi Dave, > > This series is a combination of netdev and RDMA, so in order to avoid > conflicts, we would like to ask you to route this series through > mlx5-next shared branch. It is based on v5.7-rc2 tag. > > ---

Re: [PATCH V7 mlx5-next 00/16] Add support to get xmit slave

2020-04-30 Thread Maor Gottlieb
Please ignore this version, there was a problem with the indexing. I just sent V8. On 4/30/2020 9:50 PM, Maor Gottlieb wrote: Hi Dave, This series is a combination of netdev and RDMA, so in order to avoid conflicts, we would like to ask you to route this series through mlx5-next shared branch.

[PATCH V7 mlx5-next 00/16] Add support to get xmit slave

2020-04-30 Thread Maor Gottlieb
Hi Dave, This series is a combination of netdev and RDMA, so in order to avoid conflicts, we would like to ask you to route this series through mlx5-next shared branch. It is based on v5.7-rc2 tag. - The following series adds su