DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net: remove unneeded include in rte_ip.h
@ 2015-04-23 12:49 Bruce Richardson
  2015-04-23 13:12 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Richardson @ 2015-04-23 12:49 UTC (permalink / raw)
  To: dev

There are no memcpy functions in rte_ip.h so there is no need to include
rte_memcpy.h in that file.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 lib/librte_net/rte_ip.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/librte_net/rte_ip.h b/lib/librte_net/rte_ip.h
index 74c9ced..cdbce20 100644
--- a/lib/librte_net/rte_ip.h
+++ b/lib/librte_net/rte_ip.h
@@ -80,7 +80,6 @@
 #include <stdint.h>
 #include <netinet/in.h>
 
-#include <rte_memcpy.h>
 #include <rte_byteorder.h>
 #include <rte_mbuf.h>
 
-- 
2.1.0

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

* Re: [dpdk-dev] [PATCH] net: remove unneeded include in rte_ip.h
  2015-04-23 12:49 [dpdk-dev] [PATCH] net: remove unneeded include in rte_ip.h Bruce Richardson
@ 2015-04-23 13:12 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2015-04-23 13:12 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev

2015-04-23 13:49, Bruce Richardson:
> There are no memcpy functions in rte_ip.h so there is no need to include
> rte_memcpy.h in that file.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, thanks

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

end of thread, other threads:[~2015-04-23 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-23 12:49 [dpdk-dev] [PATCH] net: remove unneeded include in rte_ip.h Bruce Richardson
2015-04-23 13:12 ` Thomas Monjalon

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