[dpdk-dev] Proposal for a new Committer model

2016-11-19 Thread Stephen Hemminger
why aren't some patches as marked trivial and accepted right away. On Fri, Nov 18, 2016 at 11:06 AM, Jerin Jacob < jerin.jacob at caviumnetworks.com> wrote: > On Fri, Nov 18, 2016 at 01:09:35PM -0500, Neil Horman wrote: > > On Thu, Nov 17, 2016 at 09:20:50AM +, Mcnamara, John wrote: > > > Rep

[dpdk-dev] [PATCH] ethdev: don't look for devices if none were found

2016-11-19 Thread Anatoly Burakov
Aside from avoiding doing useless work, this also fixes a segfault when calling rte_eth_dev_get_port_by_name() whenever no devices were found yet, and therefore rte_eth_dev_data wasn't yet allocated. Fixes: 9c5b8d8b9feb ("ethdev: clean port id retrieval when attaching") Signed-off-by: Anatoly Bur

[dpdk-dev] [RFC PATCH 0/7] RFC: EventDev Software PMD

2016-11-19 Thread Jerin Jacob
On Thu, Nov 17, 2016 at 10:05:07AM +, Bruce Richardson wrote: > > 2) device stats API can be based on capability, HW implementations may not > > support all the stats > > Yes, this is something we were thinking about. It would be nice if we > could at least come up with a common set of stats -

[dpdk-dev] Question about time library

2016-11-19 Thread 墨 输
Hi,everyone First of all, thank you for reading my email. When I read the code of time library,I meet one point that I don't understand fully. In the function rte_timer_manage(),if a periodic timer expire, before calling the function __rte_timer_reset(), its state is changed to RTE_TIMER_PENDI

[dpdk-dev] [PATCH 0/4] libeventdev API and northbound implementation

2016-11-19 Thread Jerin Jacob
On Fri, Nov 18, 2016 at 04:04:29PM +, Bruce Richardson wrote: > +Thomas > > On Fri, Nov 18, 2016 at 03:25:18PM +, Bruce Richardson wrote: > > On Fri, Nov 18, 2016 at 11:14:58AM +0530, Jerin Jacob wrote: > > > As previously discussed in RFC v1 [1], RFC v2 [2], with changes > > > described i

[dpdk-dev] Proposal for a new Committer model

2016-11-19 Thread Jerin Jacob
On Fri, Nov 18, 2016 at 01:09:35PM -0500, Neil Horman wrote: > On Thu, Nov 17, 2016 at 09:20:50AM +, Mcnamara, John wrote: > > Repost from the moving at dpdk.org mailing list to get a wider audience. > > Original thread: > > http://dpdk.org/ml/archives/moving/2016-November/59.html > > > >