[dpdk-dev] [PATCH 1/2] szedata2: new poll mode driver

2016-03-24 Thread Matej Vido
D?a 21.03.2016 o 18:45 Stephen Hemminger nap?sal(a): > On Fri, 19 Jun 2015 10:25:00 +0200 > Matej Vido wrote: > >> +static struct ether_addr eth_addr = { >> +.addr_bytes = { 0, 0, 0, 0x1, 0x2, 0x3 } >> +}; > ... > >> static int >> rte_szedata2_eth_dev_init(struct rte_eth_dev *dev) >> { > .. >>

[dpdk-dev] [PATCH 1/2] szedata2: new poll mode driver

2016-03-21 Thread Stephen Hemminger
On Fri, 19 Jun 2015 10:25:00 +0200 Matej Vido wrote: > +static struct ether_addr eth_addr = { > + .addr_bytes = { 0, 0, 0, 0x1, 0x2, 0x3 } > +}; ... > static int > rte_szedata2_eth_dev_init(struct rte_eth_dev *dev) > { .. > /* Allocate space for one mac address */ > data->mac_ad

[dpdk-dev] [PATCH 1/2] szedata2: new poll mode driver

2015-06-19 Thread Matej Vido
Added virtual PMD which communicates with COMBO cards through sze2 layer using libsze2 library. Signed-off-by: Matej Vido --- config/common_bsdapp |5 + config/common_linuxapp|5 + drivers/net/Makefile