From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [PATCH v3 0/2] Introduce if_index field to struct rte_eth_dev_info Date: Thu, 9 Jan 2014 14:42:55 +0100 Message-ID: <1389274977-53532-1-git-send-email-liljegren.mats2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain To: Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Changes since v1: - Split into two patches: Generic and pcap specific. - Changed interface name to interface index Changes since v2: - Interface index is now unsigned - Value 0 used as error rather than 0 - Added missing include of net/if.h in rte_eth_pcap.c - Declared struct args_dict in rte_eth_pcap.h