DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] i40e: fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask
@ 2015-12-02 15:52 Andrey Chilikin
  2015-12-06 21:30 ` Thomas Monjalon
  2015-12-07  0:55 ` Zhang, Helin
  0 siblings, 2 replies; 3+ messages in thread
From: Andrey Chilikin @ 2015-12-02 15:52 UTC (permalink / raw)
  To: dev

Fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask

Signed-off-by: Andrey Chilikin <andrey.chilikin@intel.com>
---
 drivers/net/i40e/i40e_ethdev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c
index 5cd6e88..7e03a1f 100644
--- a/drivers/net/i40e/i40e_ethdev.c
+++ b/drivers/net/i40e/i40e_ethdev.c
@@ -194,7 +194,7 @@
 #define I40E_INSET_FLEX_PAYLOAD_W8 0x8000000000000000ULL
 #define I40E_INSET_FLEX_PAYLOAD \
 	(I40E_INSET_FLEX_PAYLOAD_W1 | I40E_INSET_FLEX_PAYLOAD_W2 | \
-	I40E_INSET_FLEX_PAYLOAD_W3 | I40E_INSET_FLEX_PAYLOAD_W3 | \
+	I40E_INSET_FLEX_PAYLOAD_W3 | I40E_INSET_FLEX_PAYLOAD_W4 | \
 	I40E_INSET_FLEX_PAYLOAD_W5 | I40E_INSET_FLEX_PAYLOAD_W6 | \
 	I40E_INSET_FLEX_PAYLOAD_W7 | I40E_INSET_FLEX_PAYLOAD_W8)
 
-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] i40e: fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask
  2015-12-02 15:52 [dpdk-dev] [PATCH] i40e: fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask Andrey Chilikin
@ 2015-12-06 21:30 ` Thomas Monjalon
  2015-12-07  0:55 ` Zhang, Helin
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2015-12-06 21:30 UTC (permalink / raw)
  To: Andrey Chilikin; +Cc: dev

2015-12-02 15:52, Andrey Chilikin:
> Fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask
> 
> Signed-off-by: Andrey Chilikin <andrey.chilikin@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] i40e: fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask
  2015-12-02 15:52 [dpdk-dev] [PATCH] i40e: fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask Andrey Chilikin
  2015-12-06 21:30 ` Thomas Monjalon
@ 2015-12-07  0:55 ` Zhang, Helin
  1 sibling, 0 replies; 3+ messages in thread
From: Zhang, Helin @ 2015-12-07  0:55 UTC (permalink / raw)
  To: Chilikin, Andrey, dev



> -----Original Message-----
> From: Chilikin, Andrey
> Sent: Wednesday, December 2, 2015 11:52 PM
> To: dev@dpdk.org
> Cc: Zhang, Helin; Wu, Jingjing; Chilikin, Andrey
> Subject: [PATCH] i40e: fix wrong copy-paste which led to one bit missing
> from I40E_INSET_FLEX_PAYLOAD mask
> 
> Fix wrong copy-paste which led to one bit missing from
> I40E_INSET_FLEX_PAYLOAD mask
> 
> Signed-off-by: Andrey Chilikin <andrey.chilikin@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>

Though applied, I'd like to ack it here, and thanks to Andrey's good catch!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-07  0:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-02 15:52 [dpdk-dev] [PATCH] i40e: fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask Andrey Chilikin
2015-12-06 21:30 ` Thomas Monjalon
2015-12-07  0:55 ` Zhang, Helin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).