Re: [ewg] SLES12SP2 build error

2017-08-28 Thread Vladimir Sokolovsky



On 08/26/2017 12:42 AM, Jeff Becker wrote:

On 08/25/2017 02:23 PM, Jeff Becker wrote:

On 08/25/2017 02:15 PM, Vladimir Sokolovsky wrote:

On 08/25/2017 11:56 PM, Jeff Becker wrote:

Hi Vlad,

OFED4.8-1 (including NFS/RDMA) builds fine on RHEL7.3. However, on 
SLES12SP2, I get the error below. Note that the initial warning 
about the extra CONFIG_QED token happens on RHEl7.3 as well.


Thanks for your help.

-jeff

# ./configure --with-core-mod --with-user_mad-mod 
--with-user_access-mod --with-addr_trans-mod --with-mlx4-mod 
--with-ipoib-mod --with-nfsrdma-mod

# make



Hi Jeff,
I removed the extra CONFIG_QED yesterday. Please rebase your git 
branch.


This morning I did:

% cd compat-rdma
% git checkout master
% git pull (got your new configure)
% git checkout nfsrdma
% git merge master

Does this not work?

To avoid compilation issue with Broadcom drivers add to your 
configure command: --without-bnxt_re-mod --without-bnxt_en-mod

They are still working on backports...


I tried adding those at the end of my configure command line, and I 
still get the error. Do they need to be in a certain order, e.g., 
before with-mlx4-mod --with-ipoib-mod


-jeff


The patch below should help. You can re-base your git tree to get one:

diff --git a/makefile b/makefile
index 95bc522..9b16680 100644
--- a/makefile
+++ b/makefile
@@ -159,6 +159,7 @@ kernel: $(COMPAT_CONFIG) $(COMPAT_AUTOCONF)
CONFIG_QED_LL2=$(CONFIG_INFINIBAND_QEDR) \
CONFIG_QED_RDMA=$(CONFIG_INFINIBAND_QEDR) \
CONFIG_INFINIBAND_QEDR=$(CONFIG_INFINIBAND_QEDR) \
+   CONFIG_BNXT=$(CONFIG_BNXT) \
CONFIG_INFINIBAND_BNXT_RE=$(CONFIG_INFINIBAND_BNXT_RE) \
LINUXINCLUDE=' \
-D__OFED_BUILD__ \


Regards,
Vladimir




OK. Thanks.

-jeff


Regards,
Vladimir


...

  CC [M] 
/root/jcbecker/OFED4.8-1/compat-rdma/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.o
In file included from 
/lib/modules/4.4.59-92.24-default/source/include/linux/kconfig.h:4:0,

 from :0:
/root/jcbecker/OFED4.8-1/compat-rdma/include/generated/autoconf.h:167:19: 
warning: extra tokens at end of #undef directive [enabled by default]

 #undef CONFIG_QED CONFIG_QED
   ^
/root/jcbecker/OFED4.8-1/compat-rdma/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c: 
In function ‘bnxt_grxclsrule’:
/root/jcbecker/OFED4.8-1/compat-rdma/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:550:18: 
error: ‘struct flow_keys’ has no member named ‘ip_proto’

 if (fkeys->ip_proto == IPPROTO_TCP)
  ^
/root/jcbecker/OFED4.8-1/compat-rdma/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:552:23: 
error: ‘struct flow_keys’ has no member named ‘ip_proto’

 else if (fkeys->ip_proto == IPPROTO_UDP)
   ^
/root/jcbecker/OFED4.8-1/compat-rdma/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:557:44: 
error: ‘struct flow_keys’ has no member named ‘src’

 fs->h_u.tcp_ip4_spec.ip4src = fkeys->src;
^
/root/jcbecker/OFED4.8-1/compat-rdma/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:560:44: 
error: ‘struct flow_keys’ has no member named ‘dst’

 fs->h_u.tcp_ip4_spec.ip4dst = fkeys->dst;
^
/root/jcbecker/OFED4.8-1/compat-rdma/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:563:42: 
error: ‘struct flow_keys’ has no member named ‘port16’

 fs->h_u.tcp_ip4_spec.psrc = fkeys->port16[0];
  ^
/root/jcbecker/OFED4.8-1/compat-rdma/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:566:42: 
error: ‘struct flow_keys’ has no member named ‘port16’

 fs->h_u.tcp_ip4_spec.pdst = fkeys->port16[1];
  ^
/usr/src/linux-4.4.59-92.24/scripts/Makefile.build:259: recipe for 
target 
'/root/jcbecker/OFED4.8-1/compat-rdma/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.o' 
failed










___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/mailman/listinfo/ewg

Re: [ewg] EWG Meeting Minutes for Monday Aug. 28

2017-08-28 Thread Woodruff, Robert J
Slight Correction in the Attendee list and I also think there may have been a 
couple of other joins that I was not able to capture.
*Attendees:
*Jim Ryan
*Jeff Becker/NASA
*Pradeep from Broadcom
*Bill Schmidt/Intel
*Vlad/Mellanox
*Tatyana Nikolova/Intel
*Marty/DDN
*Rupert Dance/Software Forge


From: Woodruff, Robert J
Sent: Monday, August 28, 2017 10:44 AM
To: Woodruff, Robert J ; ewg@lists.openfabrics.org
Subject: EWG Meeting Minutes for Monday Aug. 28

*Attendees:
*Jim Ryan
*Jeff Becker/NASA
*Pradeep from Broadcom
*Bill Schmidt/Intel
*Vlad/Mellanox
*Tatyana Nikolova/Intel
*Marty/DDN
*
*OFED 4.8-1 and bug status:
Rdma-core 14 is included in the latest daily builds, but there is a request to 
pull in rdma-core v15, which is at RC2 and should release soon. Vlad will
pull it in once it is released.
Broadcom and Cavium drivers have been pulled in, but still waiting for some 
backports. Broadcom backports should be ready this week.
NFS/RDMA testing still in progress. One build issue is slowing progress but 
Vlad will send Jeff Becker a workaround to get him passed the build issue.
Additional fixes for SRP have been pulled in. Testing is successful for RHEL 
7.3 but a Marty reported that he had issues getting it built and running on 
RHEL 7.2 which is still
being worked.
Tatyana has a few bug fixes for the Intel iWarp driver(s) that she will send to 
Vlad.

Near term goal is to get the remaining backports and issues fixed in the next 2 
weeks and with a goal for having RC1 in about 2 weeks.
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/mailman/listinfo/ewg

Re: [ewg] EWG Meeting Minutes for Monday Aug. 28

2017-08-28 Thread RSD@SFI
Hi Woody,

 

I was dropped from this meeting and the 8/1 meeting as well (please see
attached).

 

Can you make note that I attended both and worked directly with Broadcom,
Cavium and DDN engineers over the last two weeks to get issues resolved. We
also tested OFED-4.8-1-20170823-0800.tgz and found it worked with Cavium
RNICs but not Broadcom.

 

Thanks

 

Rupert Dance

Software Forge

2 Greenleaf Woods Dr #301

Portsmouth, NH 03801 

Phone: 603-319-8486

Website:   www.soft-forge.com 

 

 

 

 

 

From: ewg [mailto:ewg-boun...@lists.openfabrics.org] On Behalf Of Woodruff,
Robert J
Sent: Monday, August 28, 2017 1:44 PM
To: Woodruff, Robert J ;
ewg@lists.openfabrics.org
Subject: [ewg] EWG Meeting Minutes for Monday Aug. 28

 

* Attendees:

* Jim Ryan

* Jeff Becker/NASA

* Pradeep from Broadcom

* Bill Schmidt/Intel

* Vlad/Mellanox

* Tatyana Nikolova/Intel

* Marty/DDN

*  

* OFED 4.8-1 and bug status: 

Rdma-core 14 is included in the latest daily builds, but there is a request
to pull in rdma-core v15, which is at RC2 and should release soon. Vlad will
pull it in once it is released. 

Broadcom and Cavium drivers have been pulled in, but still waiting for some
backports. Broadcom backports should be ready this week. 

NFS/RDMA testing still in progress. One build issue is slowing progress but
Vlad will send Jeff Becker a workaround to get him passed the build issue.

Additional fixes for SRP have been pulled in. Testing is successful for RHEL
7.3 but a Marty reported that he had issues getting it built and running on
RHEL 7.2 which is still
being worked. 

Tatyana has a few bug fixes for the Intel iWarp driver(s) that she will send
to Vlad. 

 

Near term goal is to get the remaining backports and issues fixed in the
next 2 weeks and with a goal for having RC1 in about 2 weeks. 

--- Begin Message ---
Phil,

 

You missed me.

 

Rupert Dance

Software Forge

2 Greenleaf Woods Dr #301

Portsmouth, NH 03801 

Phone: 603-319-8486

Website:   www.soft-forge.com 

 

 

 

 

 

From: ewg [mailto:ewg-boun...@lists.openfabrics.org] On Behalf Of Cayton,
Phil
Sent: Tuesday, August 01, 2017 1:34 PM
To: ewg@lists.openfabrics.org
Subject: [ewg] OFA EWG Meeting: Monday July 31, 2017 Minutes

 

Attendees  Company  

Phil Cayton Intel

Bob Woodruff   Intel

Pradeeep Kankipati  Broadcom  

Ram Amrani   Qlogic/Cavium   

Susan Coulterlanl

Tatyana Nikolova Intel  

 

   

 

* Opens

None this week

* OFED 4.8-1 status: 

* Plan of Record: Cavium and Broadcom drivers, rdma-core v14, and
SRP fixes - 30 day turn around if possible. 

* Vlad will start daily builds once new content is available.

* Ram - taking latest OFED GIT repo - rebased patches.  Fixed
according to Vlad's comments.  Ran a few sanity tests.  Plan on sending
Cavium Qlogic patches.  Vlad will incorporate into daily builds when he
receives them

* Pradeep - will start Broadcom patches so 4.8.1 drivers can include
the drivers.  Vlad will include in daily builds when he receives them.

* User Package Update 

* rdma-core v14 - Vlad can pull in when it's available

* Bug Report - Critical/blocking 

* 2631 - An SRP Reject from an SRP target causes SL7.3/OFED crash

*   Fails on OFED 4.8 out of the box, requires OFED+ib_srp_backports
*   Fixed on 7.3 - needs to be verified on 7.2 once 2632 resolved.

* 2632 - SRP login failure for SL7.2 and OFED 4.8-rc4
(ib_srp:Sending CM DREQ failed)

*   Fails on SL7.2, Works on SL7.3 and OFED-4.8

* 2633 - NFS over RDMA kernel modules are not supported in OFED 4.8

oJeff Becker sent update: has a backport that builds on RHEL7.3, and
suspects will also build on SLES12SP2. Planning to test these soon. Intends
to only support these distros for 4.8-1.  Vlad can disable support in
distros where backports are not supplied (RHEL 7.2, SLES 12SP1)

 

--- End Message ---
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/mailman/listinfo/ewg

[ewg] EWG Meeting Minutes for Monday Aug. 28

2017-08-28 Thread Woodruff, Robert J
*Attendees:
*Jim Ryan
*Jeff Becker/NASA
*Pradeep from Broadcom
*Bill Schmidt/Intel
*Vlad/Mellanox
*Tatyana Nikolova/Intel
*Marty/DDN
*
*OFED 4.8-1 and bug status:
Rdma-core 14 is included in the latest daily builds, but there is a request to 
pull in rdma-core v15, which is at RC2 and should release soon. Vlad will
pull it in once it is released.
Broadcom and Cavium drivers have been pulled in, but still waiting for some 
backports. Broadcom backports should be ready this week.
NFS/RDMA testing still in progress. One build issue is slowing progress but 
Vlad will send Jeff Becker a workaround to get him passed the build issue.
Additional fixes for SRP have been pulled in. Testing is successful for RHEL 
7.3 but a Marty reported that he had issues getting it built and running on 
RHEL 7.2 which is still
being worked.
Tatyana has a few bug fixes for the Intel iWarp driver(s) that she will send to 
Vlad.

Near term goal is to get the remaining backports and issues fixed in the next 2 
weeks and with a goal for having RC1 in about 2 weeks.
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/mailman/listinfo/ewg

Re: [ewg] EWG Meeting Agenda for Today Monday Aug. 28

2017-08-28 Thread Amrani, Ram
Any global call-in numbers?
WebEx link?

Thanks,
Ram


From: ewg [mailto:ewg-boun...@lists.openfabrics.org] On Behalf Of Woodruff, 
Robert J
Sent: Monday, August 28, 2017 6:57 PM
To: ewg@lists.openfabrics.org
Subject: [ewg] EWG Meeting Agenda for Today Monday Aug. 28



Toll free # <1 888 875 9370>
Bridge Number: 5
Conference ID: 827369629

Agenda:
*Opens
*OFED 4.8-1 status:
*Daily build status and contents
*User Package Update
*Bug Report - Critical/blocking
*2631 - An SRP Reject from an SRP target causes SL7.3/OFED crash
*Fails on OFED 4.8 out of the box, requires OFED+ib_srp_backports
*2632 - SRP login failure for SL7.2 and OFED 4.8-rc4 (ib_srp:Sending CM 
DREQ failed)
*Fails on SL7.2, Works on SL7.3 and OFED-4.8
*2633 - NFS over RDMA kernel modules are not supported in OFED 4.8



___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/mailman/listinfo/ewg

[ewg] EWG Meeting Agenda for Today Monday Aug. 28

2017-08-28 Thread Woodruff, Robert J


Toll free # <1 888 875 9370>
Bridge Number: 5
Conference ID: 827369629

Agenda:
*   Opens
*   OFED 4.8-1 status:
*   Daily build status and contents
*   User Package Update
*   Bug Report - Critical/blocking
*   2631 - An SRP Reject from an SRP target causes SL7.3/OFED crash
*   Fails on OFED 4.8 out of the box, requires OFED+ib_srp_backports
*   2632 - SRP login failure for SL7.2 and OFED 4.8-rc4 (ib_srp:Sending CM 
DREQ failed)
*   Fails on SL7.2, Works on SL7.3 and OFED-4.8
*   2633 - NFS over RDMA kernel modules are not supported in OFED 4.8



___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/mailman/listinfo/ewg