* [dpdk-dev] [PATCH v1] net/e1000: update Tx offload mask
@ 2018-11-05 12:56 Zhirun Yan
2018-11-05 11:58 ` Ferruh Yigit
0 siblings, 1 reply; 2+ messages in thread
From: Zhirun Yan @ 2018-11-05 12:56 UTC (permalink / raw)
To: dev, qi.z.zhang, beilei.xing; +Cc: Zhirun Yan
Tx offload mask is updated in following commit: 1037ed842c37
("mbuf: fix Tx offload mask") Currently, the new added offload
flags are not supported in PMD and application will fail to call
PMD transmit prepare function.
This patch updates IGB_TX_OFFFLOAD_MASK.
Fixes: 1037ed842c37 ("mbuf: fix Tx offload mask")
Signed-off-by: Zhirun Yan <zhirun.yan@intel.com>
---
drivers/net/e1000/igb_rxtx.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/net/e1000/igb_rxtx.c b/drivers/net/e1000/igb_rxtx.c
index 25ff5f68f..ab0a80e15 100644
--- a/drivers/net/e1000/igb_rxtx.c
+++ b/drivers/net/e1000/igb_rxtx.c
@@ -50,6 +50,10 @@
#endif
/* Bit Mask to indicate what bits required for building TX context */
#define IGB_TX_OFFLOAD_MASK ( \
+ PKT_TX_OUTER_IPV6 | \
+ PKT_TX_OUTER_IPV4 | \
+ PKT_TX_IPV6 | \
+ PKT_TX_IPV4 | \
PKT_TX_VLAN_PKT | \
PKT_TX_IP_CKSUM | \
PKT_TX_L4_MASK | \
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH v1] net/e1000: update Tx offload mask
2018-11-05 12:56 [dpdk-dev] [PATCH v1] net/e1000: update Tx offload mask Zhirun Yan
@ 2018-11-05 11:58 ` Ferruh Yigit
0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2018-11-05 11:58 UTC (permalink / raw)
To: Zhirun Yan, dev, qi.z.zhang, beilei.xing
On 11/5/2018 12:56 PM, Zhirun Yan wrote:
> Tx offload mask is updated in following commit: 1037ed842c37
> ("mbuf: fix Tx offload mask") Currently, the new added offload
> flags are not supported in PMD and application will fail to call
> PMD transmit prepare function.
>
> This patch updates IGB_TX_OFFFLOAD_MASK.
>
> Fixes: 1037ed842c37 ("mbuf: fix Tx offload mask")
>
> Signed-off-by: Zhirun Yan <zhirun.yan@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied to dpdk-next-net/master, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-05 11:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-05 12:56 [dpdk-dev] [PATCH v1] net/e1000: update Tx offload mask Zhirun Yan
2018-11-05 11:58 ` Ferruh Yigit
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).