From: Yang Yingliang <hidden> Date: 2021-07-28 09:10:21
If nfp_tunnel_add_ipv6_off() fails, it should return error code
in nfp_fl_ct_add_offload().
Fixes: 5a2b93041646 ("nfp: flower-ct: compile match sections of flow_payload")
Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>
---
drivers/net/ethernet/netronome/nfp/flower/conntrack.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
From: Louis Peens <hidden> Date: 2021-07-28 09:37:38
On 2021/07/28 11:16, Yang Yingliang wrote:
If nfp_tunnel_add_ipv6_off() fails, it should return error code
in nfp_fl_ct_add_offload().
Fixes: 5a2b93041646 ("nfp: flower-ct: compile match sections of flow_payload")
Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>
Ah, thanks Yang, I was just preparing a patch for this myself. This was first reported by
Dan Carpenter [off-list ref] on 26 Jul 2021 (added to CC).
'Hello Louis Peens,
The patch 5a2b93041646: "nfp: flower-ct: compile match sections of
flow_payload" from Jul 22, 2021, leads to the following static
checker warning:
.....'
I'm not sure what the usual procedure would be for this, I would think adding
another "Reported-by" line would be sufficient?
Anyway, for the patch itself the change looks good to me, thanks:
Signed-off-by: Louis Peens <redacted>
From: Dan Carpenter <hidden> Date: 2021-07-28 09:57:13
On Wed, Jul 28, 2021 at 11:36:43AM +0200, Louis Peens wrote:
On 2021/07/28 11:16, Yang Yingliang wrote:
quoted
If nfp_tunnel_add_ipv6_off() fails, it should return error code
in nfp_fl_ct_add_offload().
Fixes: 5a2b93041646 ("nfp: flower-ct: compile match sections of flow_payload")
Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>
Ah, thanks Yang, I was just preparing a patch for this myself. This was first reported by
Dan Carpenter [off-list ref] on 26 Jul 2021 (added to CC).
'Hello Louis Peens,
The patch 5a2b93041646: "nfp: flower-ct: compile match sections of
flow_payload" from Jul 22, 2021, leads to the following static
checker warning:
.....'
I'm not sure what the usual procedure would be for this, I would think adding
another "Reported-by" line would be sufficient?'
Just leave it, it's fine.
Anyway, for the patch itself the change looks good to me, thanks:
Signed-off-by: Louis Peens <redacted>
Normally it would be Acked-by. Signed-off-by means you handled the
patch and it's like signing a legal document that you didn't violate
SCO copyrights etc.
regards,
dan carpenter
From: Louis Peens <hidden> Date: 2021-07-28 10:08:16
On 2021/07/28 11:56, Dan Carpenter wrote:
On Wed, Jul 28, 2021 at 11:36:43AM +0200, Louis Peens wrote:
quoted
On 2021/07/28 11:16, Yang Yingliang wrote:
quoted
If nfp_tunnel_add_ipv6_off() fails, it should return error code
in nfp_fl_ct_add_offload().
Fixes: 5a2b93041646 ("nfp: flower-ct: compile match sections of flow_payload")
Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>
Ah, thanks Yang, I was just preparing a patch for this myself. This was first reported by
Dan Carpenter [off-list ref] on 26 Jul 2021 (added to CC).
'Hello Louis Peens,
The patch 5a2b93041646: "nfp: flower-ct: compile match sections of
flow_payload" from Jul 22, 2021, leads to the following static
checker warning:
.....'
I'm not sure what the usual procedure would be for this, I would think adding
another "Reported-by" line would be sufficient?'
Just leave it, it's fine.
quoted
Anyway, for the patch itself the change looks good to me, thanks:
Signed-off-by: Louis Peens <redacted>
Normally it would be Acked-by. Signed-off-by means you handled the
patch and it's like signing a legal document that you didn't violate
SCO copyrights etc.
ack :) Thanks for the clarification, the distinction does confuse me,
thinking about it this way would definitely help.
Regards
Louis Peens
From: Simon Horman <hidden> Date: 2021-07-28 11:49:03
On Wed, Jul 28, 2021 at 05:16:31PM +0800, Yang Yingliang wrote:
If nfp_tunnel_add_ipv6_off() fails, it should return error code
in nfp_fl_ct_add_offload().
Fixes: 5a2b93041646 ("nfp: flower-ct: compile match sections of flow_payload")
Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 28 Jul 2021 17:16:31 +0800 you wrote:
If nfp_tunnel_add_ipv6_off() fails, it should return error code
in nfp_fl_ct_add_offload().
Fixes: 5a2b93041646 ("nfp: flower-ct: compile match sections of flow_payload")
Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>
[...]