Message ID | 20201203043946.235385-1-saeedm@nvidia.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
On Wed, 2 Dec 2020 20:39:42 -0800 Saeed Mahameed wrote: > Hi Jakub, > > This series introduces some fixes to mlx5 driver. > Please pull and let me know if there is any problem. > > For the DR steering patch I will need it in net-next as well, I would > appreciate it if you will take this small series before your pr to linus. > > For -stable v5.4: > ('net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering') > > For -stable v5.8 > ('net/mlx5: Fix wrong address reclaim when command interface is down') > > For -stable v5.9 > ('net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled') Your tree is missing your signoff on: Commit 3041429da89b ("net/mlx5e: kTLS, Enforce HW TX csum offload with kTLS") committer Signed-off-by missing author email: tariqt@nvidia.com committer email: saeedm@nvidia.com Signed-off-by: Tariq Toukan <tariqt@nvidia.com> You can fix it or I'll just apply the patches from the ML.
On Thu, 3 Dec 2020 10:52:39 -0800 Jakub Kicinski wrote: > On Wed, 2 Dec 2020 20:39:42 -0800 Saeed Mahameed wrote: > > Hi Jakub, > > > > This series introduces some fixes to mlx5 driver. > > Please pull and let me know if there is any problem. > > > > For the DR steering patch I will need it in net-next as well, I would > > appreciate it if you will take this small series before your pr to linus. > > > > For -stable v5.4: > > ('net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering') > > > > For -stable v5.8 > > ('net/mlx5: Fix wrong address reclaim when command interface is down') > > > > For -stable v5.9 > > ('net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled') > > Your tree is missing your signoff on: > > Commit 3041429da89b ("net/mlx5e: kTLS, Enforce HW TX csum offload with kTLS") > committer Signed-off-by missing > author email: tariqt@nvidia.com > committer email: saeedm@nvidia.com > Signed-off-by: Tariq Toukan <tariqt@nvidia.com> > > You can fix it or I'll just apply the patches from the ML. Well, it's the last thing I got in the queue before I prep the PR so let me just apply from the ML. Thanks!
On Thu, 2020-12-03 at 11:16 -0800, Jakub Kicinski wrote: > On Thu, 3 Dec 2020 10:52:39 -0800 Jakub Kicinski wrote: > > On Wed, 2 Dec 2020 20:39:42 -0800 Saeed Mahameed wrote: > > > Hi Jakub, > > > > > > This series introduces some fixes to mlx5 driver. > > > Please pull and let me know if there is any problem. > > > > > > For the DR steering patch I will need it in net-next as well, I > > > would > > > appreciate it if you will take this small series before your pr > > > to linus. > > > > > > For -stable v5.4: > > > ('net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW > > > steering') > > > > > > For -stable v5.8 > > > ('net/mlx5: Fix wrong address reclaim when command interface is > > > down') > > > > > > For -stable v5.9 > > > ('net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled') > > > > Your tree is missing your signoff on: > > > > Commit 3041429da89b ("net/mlx5e: kTLS, Enforce HW TX csum offload > > with kTLS") > > committer Signed-off-by missing > > author email: tariqt@nvidia.com > > committer email: saeedm@nvidia.com > > Signed-off-by: Tariq Toukan <tariqt@nvidia.com> > > > > You can fix it or I'll just apply the patches from the ML. > > Well, it's the last thing I got in the queue before I prep the PR so > let me just apply from the ML. > > Thanks! That works too, Sorry for the inconvenience ! Tariq did the maintainer review on this patch, so this patch didn't go through my normal submission queue and i forgot to explicitly sign it off :/ .. I will fix my patch flow. Thanks!