iw_cxgbe still doesn't build in the branch because of some socket changes in head that are not in 11. I need to add the 11 equivalent of the dequeue_socket code to iw_cxgbe to get it to compile, and then try it to see if it actually works.
Regards, Navdeep On 03/22/2018 04:36, Meny Yossefi wrote: > Hi Navdeep, > > What's the current iWARP status on the project branch? > If it's ready we'd like to merge it to FreeBSD11-STABLE immediately. > > -Meny > > > -----Original Message----- > From: Navdeep Parhar [mailto:[email protected]] On Behalf Of Navdeep Parhar > Sent: Tuesday, March 20, 2018 10:08 PM > To: Hans Petter Selasky <[email protected]>; Konstantin Belousov > <[email protected]>; '[email protected]' > <[email protected]>; freebsd-drivers > <[email protected]>; Meny Yossefi <[email protected]>; > '[email protected]' <[email protected]>; freebsd-arch > <[email protected]> > Subject: Re: [HEADS UP] - OFED/RDMA stack update > > On 03/17/2018 13:03, Hans Petter Selasky wrote: >> On 03/17/18 20:52, Navdeep Parhar wrote: >>> Hold your horses. Do you have confirmation from the affected party >>> that the shims are adequate for them? I have been waiting for that >>> before looking at this branch. >> >> Hi Navdeep, >> >> Mellanox has received an API list from at least one party, and has >> taken the action to support all the required APIs. >> >>> Is the iw_cxgbe breakage a simple merge conflict as previously >>> discussed or do the shims require driver changes? >> >> It is a merge conflict. The code already compiles in 12-current. > > I tried backing out r329391 and r329017 in a local copy and then was able to > merge r320418, r323082, and r326169 in that order without any conflicts. But > iw_cxgbe/cm.c still doesn't compile in the projects branch because it has > some socket code that relies on some of glebius's changes available only in > head (I checked with him and they aren't MFC'able). I'm trying to figure out > what to do about those. > > And what about the cxgb breakage? Is there any simple way to make an old > style driver work with the new stack? T3 iw_cxgb in head was retired before > the ofed overhaul. > > Regards, > Navdeep > _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
