DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/i40e: remove static inline functions from linker script
@ 2018-01-10 12:51 Beilei Xing
  0 siblings, 0 replies; only message in thread
From: Beilei Xing @ 2018-01-10 12:51 UTC (permalink / raw)
  To: qi.z.zhang; +Cc: dev

This patch removes static inline functions from linker script.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
 drivers/net/i40e/rte_pmd_i40e_version.map | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/net/i40e/rte_pmd_i40e_version.map b/drivers/net/i40e/rte_pmd_i40e_version.map
index 0fafadd..cccd576 100644
--- a/drivers/net/i40e/rte_pmd_i40e_version.map
+++ b/drivers/net/i40e/rte_pmd_i40e_version.map
@@ -64,7 +64,4 @@ DPDK_18.02 {
 
 	rte_pmd_i40e_inset_get;
 	rte_pmd_i40e_inset_set;
-	rte_pmd_i40e_inset_field_get;
-	rte_pmd_i40e_inset_field_set;
-	rte_pmd_i40e_inset_field_clear;
 } DPDK_17.11;
\ No newline at end of file
-- 
2.5.5

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-10 12:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10 12:51 [dpdk-dev] [PATCH] net/i40e: remove static inline functions from linker script Beilei Xing

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).