From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [PATCH v4 0/2] introduce if_index in device info Date: Fri, 24 Jan 2014 14:24:13 +0100 Message-ID: <1390569855-8557-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 Changes since v3: - Changed commit messages - Removed compiler warning about unused variable pair