Message ID | 20210112070534.136841-1-saeed@kernel.org (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Netdev Maintainers |
Headers | show |
On Mon, 11 Jan 2021 23:05:23 -0800 Saeed Mahameed wrote: > From: Saeed Mahameed <saeedm@nvidia.com> > > Hi Dave, Jakub > > This series provides misc updates for mlx5 driver. > v1->v2: > - Drop the +trk+new TC feature for now until we handle the module > dependency issue. > > For more information please see tag log below. > > Please pull and let me know if there is any problem. The PR lacks sign-offs, I can apply from the list but what's the story with the fixes tags on the patches for -next?
On Wed, 2021-01-13 at 15:41 -0800, Jakub Kicinski wrote: > On Mon, 11 Jan 2021 23:05:23 -0800 Saeed Mahameed wrote: > > From: Saeed Mahameed <saeedm@nvidia.com> > > > > Hi Dave, Jakub > > > > This series provides misc updates for mlx5 driver. > > v1->v2: > > - Drop the +trk+new TC feature for now until we handle the module > > dependency issue. > > > > For more information please see tag log below. > > > > Please pull and let me know if there is any problem. > > The PR lacks sign-offs, I can apply from the list but what's the > story Sing-off where ? the tag ? > with the fixes tags on the patches for -next? the patch got migrated from net to net-next as it wasn't deemed to be a critical bug fix but it is a bug fix .. do you want me to remove it ? thanks.
On Wed, 13 Jan 2021 16:01:57 -0800 Saeed Mahameed wrote: > On Wed, 2021-01-13 at 15:41 -0800, Jakub Kicinski wrote: > > On Mon, 11 Jan 2021 23:05:23 -0800 Saeed Mahameed wrote: > > > From: Saeed Mahameed <saeedm@nvidia.com> > > > > > > Hi Dave, Jakub > > > > > > This series provides misc updates for mlx5 driver. > > > v1->v2: > > > - Drop the +trk+new TC feature for now until we handle the module > > > dependency issue. > > > > > > For more information please see tag log below. > > > > > > Please pull and let me know if there is any problem. > > > > The PR lacks sign-offs, I can apply from the list but what's the > > story > > Sing-off where ? the tag ? This is what I got when I pulled: Commit 85d1f989d2ed ("net/mlx5e: IPsec, Remove unnecessary config flag usage") committer Signed-off-by missing author email: tariqt@nvidia.com committer email: saeedm@nvidia.com Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Commit 509c603a3527 ("net/mlx5e: IPsec, Inline feature_check fast-path function") committer Signed-off-by missing author email: tariqt@nvidia.com committer email: saeedm@nvidia.com Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Commit 1ba296c667ac ("net/mlx5e: IPsec, Avoid unreachable return") committer Signed-off-by missing author email: tariqt@nvidia.com committer email: saeedm@nvidia.com Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Commit b4385e7db7ee ("net/mlx5e: IPsec, Enclose csum logic under ipsec config") committer Signed-off-by missing author email: tariqt@nvidia.com committer email: saeedm@nvidia.com Signed-off-by: Tariq Toukan <tariqt@nvidia.com> > > with the fixes tags on the patches for -next? > > the patch got migrated from net to net-next as it wasn't deemed to be a > critical bug fix but it is a bug fix .. > do you want me to remove it ? I dropped the fixes tags and applied from the list, thanks!
From: Saeed Mahameed <saeedm@nvidia.com> Hi Dave, Jakub This series provides misc updates for mlx5 driver. v1->v2: - Drop the +trk+new TC feature for now until we handle the module dependency issue. For more information please see tag log below. Please pull and let me know if there is any problem. Thanks, Saeed. --- The following changes since commit c73a45965dd54a10c368191804b9de661eee1007: net: mvpp2: prs: improve ipv4 parse flow (2021-01-11 17:46:21 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2021-01-07 for you to fetch changes up to 85d1f989d2ed1462a21364e3b8f685e513dab645: net/mlx5e: IPsec, Remove unnecessary config flag usage (2021-01-11 23:02:28 -0800) ---------------------------------------------------------------- mlx5-updates-2021-01-07 Misc updates series for mlx5 driver: 1) From Eli and Jianbo, E-Switch cleanups and usage of new FW capability for mpls over udp 2) Paul Blakey, Adds support for mirroring with Connection tracking by splitting rules to pre and post Connection tracking to perform the mirroring. 3) Roi Dayan, cleanups for connection tracking 4) From Tariq, Cleanups and improvements to IPSec ---------------------------------------------------------------- Eli Cohen (2): net/mlx5e: Simplify condition on esw_vport_enable_qos() net/mlx5: E-Switch, use new cap as condition for mpls over udp Jianbo Liu (1): net/mlx5e: E-Switch, Offload all chain 0 priorities when modify header and forward action is not supported Paul Blakey (1): net/mlx5: Add HW definition of reg_c_preserve Roi Dayan (3): net/mlx5e: CT: Pass null instead of zero spec net/mlx5e: Remove redundant initialization to null net/mlx5e: CT: Remove redundant usage of zone mask Tariq Toukan (4): net/mlx5e: IPsec, Enclose csum logic under ipsec config net/mlx5e: IPsec, Avoid unreachable return net/mlx5e: IPsec, Inline feature_check fast-path function net/mlx5e: IPsec, Remove unnecessary config flag usage drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 7 ++---- .../mellanox/mlx5/core/en/tc_tun_mplsoudp.c | 4 +-- .../mellanox/mlx5/core/en_accel/en_accel.h | 4 +-- .../mellanox/mlx5/core/en_accel/ipsec_rxtx.c | 14 ----------- .../mellanox/mlx5/core/en_accel/ipsec_rxtx.h | 29 ++++++++++++++++++++-- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 4 --- drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 2 -- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 6 ----- drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 3 +-- drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 3 +-- .../ethernet/mellanox/mlx5/core/lib/fs_chains.c | 7 ++---- include/linux/mlx5/mlx5_ifc.h | 4 ++- 12 files changed, 40 insertions(+), 47 deletions(-)