Re: [dpdk-dev] [PATCH v2] net/bnxt: Fix to set timestamp flag

2018-02-05 Thread Ferruh Yigit
On 2/2/2018 2:38 AM, Somnath Kotur wrote: > The timestamp flag needed to be set in the offload flags > for the received pkt in case of PTP offload Hi Somnath, Can you please add a fixes line? > > Signed-off-by: Somnath Kotur > --- > v1->v2: Trimmed subject line and added content in commit log

[dpdk-dev] [PATCH v2] net/bnxt: Fix to set timestamp flag

2018-02-01 Thread Somnath Kotur
The timestamp flag needed to be set in the offload flags for the received pkt in case of PTP offload Signed-off-by: Somnath Kotur --- v1->v2: Trimmed subject line and added content in commit log drivers/net/bnxt/bnxt_rxr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

[dpdk-dev] [PATCH v2] net/bnxt: Fix to set timestamp flag

2018-02-01 Thread Somnath Kotur
The timestamp flag needed to be set in the offload flags for the recieved pkt in case of PTP offload Signed-off-by: Somnath Kotur --- v1->v2: Trimmed subject line and added content in commit log drivers/net/bnxt/bnxt_rxr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive