> -----Original Message----- > From: Rybalchenko, Kirill > Sent: Thursday, February 1, 2018 8:43 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Rybalchenko, Kirill <kirill.rybalche...@intel.com>; > Chilikin, Andrey <andrey.chili...@intel.com>; Xing, Beilei > <beilei.x...@intel.com>; Wu, Jingjing <jingjing...@intel.com> > Subject: [PATCH v3] net/i40e: fix multiple DDP packages should not be > allowed > > Should be not possible to load conflicting DDP profiles. > Only DDP profiles of the same group (not 0) can be loaded together; If DDP > profile group is 0, it is exclusive, i.e. it cannot be loaded with any other > DDP > profile; If DDP profile groups are different - these profiles cannot be loaded > together; > > Fixes: b319712f53c8 ("net/i40e: extended list of operations for DDP > processing") > > v3: prevent registration of read-only profiles with profile list > > Signed-off-by: Kirill Rybalchenko <kirill.rybalche...@intel.com>
Acked-by: Beilei Xing <beilei.x...@intel.com>, thanks.