diff options
author | Damjan Marion <damarion@cisco.com> | 2018-06-06 14:23:42 +0200 |
---|---|---|
committer | Marco Varlese <marco.varlese@suse.de> | 2018-06-07 05:48:49 +0000 |
commit | 0e969ac8431c80ff4bca5f6985876b1c584eefcd (patch) | |
tree | 3860c4273c016bd23f2fa1e5cd51f854999c1274 /dpdk/dpdk-17.11_patches/0001-ena-pmd-no-tx-flags.patch | |
parent | d018870d1b02109fc8b328446f15312fdd2fcd11 (diff) |
Add support for DPDK 18.05
Change-Id: I205932bc727c990011bbbe1dc6c0cf5349d19806
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'dpdk/dpdk-17.11_patches/0001-ena-pmd-no-tx-flags.patch')
-rw-r--r-- | dpdk/dpdk-17.11_patches/0001-ena-pmd-no-tx-flags.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dpdk/dpdk-17.11_patches/0001-ena-pmd-no-tx-flags.patch b/dpdk/dpdk-17.11_patches/0001-ena-pmd-no-tx-flags.patch deleted file mode 100644 index 97dbadd1aa8..00000000000 --- a/dpdk/dpdk-17.11_patches/0001-ena-pmd-no-tx-flags.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.c -index 22db895..6f982f6 100644 ---- a/drivers/net/ena/ena_ethdev.c -+++ b/drivers/net/ena/ena_ethdev.c -@@ -261,16 +261,6 @@ static inline void ena_rx_mbuf_prepare(struct rte_mbuf *mbuf, - { - uint64_t ol_flags = 0; - -- if (ena_rx_ctx->l4_proto == ENA_ETH_IO_L4_PROTO_TCP) -- ol_flags |= PKT_TX_TCP_CKSUM; -- else if (ena_rx_ctx->l4_proto == ENA_ETH_IO_L4_PROTO_UDP) -- ol_flags |= PKT_TX_UDP_CKSUM; -- -- if (ena_rx_ctx->l3_proto == ENA_ETH_IO_L3_PROTO_IPV4) -- ol_flags |= PKT_TX_IPV4; -- else if (ena_rx_ctx->l3_proto == ENA_ETH_IO_L3_PROTO_IPV6) -- ol_flags |= PKT_TX_IPV6; -- - if (unlikely(ena_rx_ctx->l4_csum_err)) - ol_flags |= PKT_RX_L4_CKSUM_BAD; - if (unlikely(ena_rx_ctx->l3_csum_err)) |