ethdev: add return values to callback process API
[dpdk.git] / drivers / net / thunderx / nicvf_ethdev.c
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-12 Jerin Jacobnet/thunderx: manage PCI device mapping for SQS VFs
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-12 Jerin Jacobnet/thunderx: add compile-time checks
2017-06-05 David Marchanddrivers/net: fix vfio kmod dependency
2017-04-19 Jerin Jacobnet/thunderx: reduce writes to mbuf
2017-04-19 Marcin Wilknet/thunderx: fix stats access out of bounds
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-04 Andriy Berestovskyynet/thunderx: wait to complete during link update
2017-04-04 Jerin Jacobnet/thunderx: fix build on FreeBSD
2017-04-04 Jerin Jacobnet/thunderx: check data offset alignment requirement
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-25 Jan Blunckethdev: move info filling of PCI into drivers
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-11-10 Jerin Jacobnet/thunderx: support CN83xx devices
2016-11-10 Jerin Jacobnet/thunderx: disable L3 alignment padding
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 Kamil Rytarowskinet/thunderx: add final bits for secondary queue support
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set support in configure
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set support in start
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set support in stop...
2016-10-13 Kamil Rytarowskinet/thunderx: remove private data to ethdev link
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set in interrupt...
2016-10-13 Kamil Rytarowskinet/thunderx: cleanup
2016-09-30 Jerin Jacobnet/thunderx: support 81xx SoC
2016-09-30 Jerin Jacobnet/thunderx: add tunneling extension info capability...
2016-09-30 Jerin Jacobnet/thunderx: remove generic passX references
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-05 Kamil Rytarowskinet/thunderx: fix memory alloc issue when changing...
2016-07-10 Zyta Szpakethdev: get registers width
2016-07-10 Pablo de Laradrivers: remove static driver names
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-07-01 Bruce Richardsonmempool: rename functions with confusing names
2016-06-20 Jerin Jacobnet/thunderx: add device start/stop and close
2016-06-20 Jerin Jacobnet/thunderx: support Tx queue start and stop
2016-06-20 Jerin Jacobnet/thunderx: support Rx queue start and stop
2016-06-20 Jerin Jacobnet/thunderx: get Rx queue count
2016-06-20 Jerin Jacobnet/thunderx: query supported packet types
2016-06-20 Jerin Jacobnet/thunderx: add single and multi-segment Tx
2016-06-20 Jerin Jacobnet/thunderx: add statistics
2016-06-20 Jerin Jacobnet/thunderx: support promiscuous mode
2016-06-20 Jerin Jacobnet/thunderx: support MTU configuration
2016-06-20 Jerin Jacobnet/thunderx: support RSS and RETA query and update
2016-06-20 Jerin Jacobnet/thunderx: add Tx queue setup and release
2016-06-20 Jerin Jacobnet/thunderx: add Rx queue setup and release
2016-06-20 Jerin Jacobnet/thunderx: get device infos
2016-06-20 Jerin Jacobnet/thunderx: support ethdev configure
2016-06-20 Jerin Jacobnet/thunderx: support register dump
2016-06-20 Jerin Jacobnet/thunderx: add link status and update
2016-06-20 Jerin Jacobnet/thunderx: add PMD skeleton