[dpdk-dev] [PATCH v2 1/4] ethdev: increase port_id range

Yang, Zhiyong zhiyong.yang at intel.com
Wed Sep 6 10:48:25 CEST 2017


Hi, hemant:

	This patchset will focus on ethdev,  don't  touch rte_eventdev next version.

Thanks
Zhiyong 

> >   */
> >  typedef void (*eventdev_port_default_conf_get_t)(struct rte_eventdev *dev,
> > -		uint8_t port_id, struct rte_event_port_conf *port_conf);
> > +		uint16_t port_id, struct rte_event_port_conf *port_conf);
> >
> please also update
> dpaa2_eventdev_port_def_conf
> 
> >  /**
> >   * Setup an event port.
> > @@ -281,7 +281,7 @@ typedef void
> (*eventdev_port_default_conf_get_t)(struct rte_eventdev *dev,
> >   *   Returns 0 on success.
> >   */
> >  typedef int (*eventdev_port_setup_t)(struct rte_eventdev *dev,
> > -		uint8_t port_id,
> > +		uint16_t port_id,
> >  		const struct rte_event_port_conf *port_conf);
> >
> please also update
> dpaa2_eventdev_port_setup



More information about the dev mailing list