On Thu, Jul 11, 2019 at 06:54:31PM +0530, chetan bhasin wrote: > Hello Everyone, > > I have figured out the DPDK version , i.e 18.11.2 , where LSC is working > fine for i40e (X722) under bond setup. > > So command-line I am using is > ./testpmd -c f -n 4 --vdev > 'net_bonding0,mode=1,slave=0000:009:00.2,slave=0000:009:00.0,primary=0000:009:00.2' > -- -I > > Can anybody please provide a direction towards which patch I should look > into , as there are lots of changes between dpdk-17.11.4 and dpdk-18.11.2. > I have tried some patches related to i40e driver but no success yet. >
Would "git bisect" not work in this case to isolate the relevant patches?