net/pcap: reorder includes
Remove unused ones and sort remaining. Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
c18b5979bd
commit
e3316e46be
@ -33,19 +33,18 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <rte_mbuf.h>
|
|
||||||
#include <rte_ethdev.h>
|
|
||||||
#include <rte_malloc.h>
|
|
||||||
#include <rte_memcpy.h>
|
|
||||||
#include <rte_string_fns.h>
|
|
||||||
#include <rte_cycles.h>
|
|
||||||
#include <rte_kvargs.h>
|
|
||||||
#include <rte_vdev.h>
|
|
||||||
|
|
||||||
#include <net/if.h>
|
#include <net/if.h>
|
||||||
|
|
||||||
#include <pcap.h>
|
#include <pcap.h>
|
||||||
|
|
||||||
|
#include <rte_cycles.h>
|
||||||
|
#include <rte_ethdev.h>
|
||||||
|
#include <rte_kvargs.h>
|
||||||
|
#include <rte_malloc.h>
|
||||||
|
#include <rte_mbuf.h>
|
||||||
|
#include <rte_vdev.h>
|
||||||
|
|
||||||
#define RTE_ETH_PCAP_SNAPSHOT_LEN 65535
|
#define RTE_ETH_PCAP_SNAPSHOT_LEN 65535
|
||||||
#define RTE_ETH_PCAP_SNAPLEN ETHER_MAX_JUMBO_FRAME_LEN
|
#define RTE_ETH_PCAP_SNAPLEN ETHER_MAX_JUMBO_FRAME_LEN
|
||||||
#define RTE_ETH_PCAP_PROMISC 1
|
#define RTE_ETH_PCAP_PROMISC 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user