From: Leyi Rong <leyi.rong@intel.com> To: ferruh.yigit@intel.com, bruce.richardson@intel.com, qi.z.zhang@intel.com Cc: wenzhuo.lu@intel.com, dev@dpdk.org, stable@dpdk.org, Leyi Rong <leyi.rong@intel.com> Subject: [dpdk-stable] [PATCH v2 0/2] fix generic build error on FreeBSD Date: Tue, 19 Oct 2021 11:02:06 +0800 Message-ID: <20211019030208.106426-1-leyi.rong@intel.com> (raw) In-Reply-To: <20210929121309.11766-1-leyi.rong@intel.com> This patchset fix FreeBSD build error reported by https://bugs.dpdk.org/show_bug.cgi?id=788. Also splitting AVX-specific code into new xxx_common_avx.h header file. --- v2: - Decouple i40e_rxtx_common_avx.h/ice_rxtx_common_avx.h from i40e_rxtx_vec_common.h/ice_rxtx_vec_common.h Leyi Rong (2): net/i40e: fix generic build on FreeBSD net/ice: fix generic build on FreeBSD drivers/net/i40e/i40e_rxtx_common_avx.h | 214 ++++++++++++++++++++++++ drivers/net/i40e/i40e_rxtx_vec_avx2.c | 1 + drivers/net/i40e/i40e_rxtx_vec_avx512.c | 1 + drivers/net/i40e/i40e_rxtx_vec_common.h | 196 ---------------------- drivers/net/ice/ice_rxtx_common_avx.h | 213 +++++++++++++++++++++++ drivers/net/ice/ice_rxtx_vec_avx2.c | 1 + drivers/net/ice/ice_rxtx_vec_avx512.c | 1 + drivers/net/ice/ice_rxtx_vec_common.h | 201 +--------------------- 8 files changed, 432 insertions(+), 396 deletions(-) create mode 100644 drivers/net/i40e/i40e_rxtx_common_avx.h create mode 100644 drivers/net/ice/ice_rxtx_common_avx.h -- 2.17.1
next prev parent reply other threads:[~2021-10-19 3:34 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-09-29 12:13 [dpdk-stable] [PATCH 1/2] net/i40e: fix generic build " Leyi Rong 2021-09-29 12:13 ` [dpdk-stable] [PATCH 2/2] net/ice: " Leyi Rong 2021-10-18 21:35 ` [dpdk-stable] [PATCH 1/2] net/i40e: " Ferruh Yigit 2021-10-19 3:02 ` Leyi Rong [this message] 2021-10-19 3:02 ` [dpdk-stable] [PATCH v2 " Leyi Rong 2021-10-19 3:02 ` [dpdk-stable] [PATCH v2 2/2] net/ice: " Leyi Rong 2021-10-19 9:18 ` [dpdk-stable] [PATCH v2 0/2] fix generic build error " Ferruh Yigit 2021-10-19 11:01 ` Zhang, Qi Z
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20211019030208.106426-1-leyi.rong@intel.com \ --to=leyi.rong@intel.com \ --cc=bruce.richardson@intel.com \ --cc=dev@dpdk.org \ --cc=ferruh.yigit@intel.com \ --cc=qi.z.zhang@intel.com \ --cc=stable@dpdk.org \ --cc=wenzhuo.lu@intel.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
patches for DPDK stable branches This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/stable/0 stable/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 stable stable/ http://inbox.dpdk.org/stable \ stable@dpdk.org public-inbox-index stable Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.stable AGPL code for this site: git clone https://public-inbox.org/public-inbox.git