> -----Original Message----- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Friday, March 3, 2017 11:28 AM > To: dev@dpdk.org > Cc: thomas.monja...@6wind.com; Richardson, Bruce > <bruce.richard...@intel.com>; Van Haaren, Harry > <harry.van.haa...@intel.com>; hemant.agra...@nxp.com; Eads, Gage > <gage.e...@intel.com>; nipun.gu...@nxp.com; > santosh.shu...@caviumnetworks.com; Jerin Jacob > <jerin.ja...@caviumnetworks.com> > Subject: [dpdk-dev] [PATCH 13/39] event/octeontx: add support for event ports > > Add in the data-structures for the ports used by workers to sent events > to/from > the HW scheduler. Also add a function to release the resource allocated in > setup > > Signed-off-by: Jerin Jacob <jerin.ja...@caviumnetworks.com> > Signed-off-by: Santosh Shukla <santosh.shu...@caviumnetworks.com>
Possible typo in a comment identified below. Either way, Acked-by: Gage Eads <gage.e...@intel.com> <snip> > + > + reg_off = SSOW_VHWS_OP_GET_WORK0; > + reg_off |= 1 << 4; /* Index_ggrp_mask (Use maskset zero) */ "grp" instead of "ggrp"?