DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1
@ 2015-07-24  8:54 Rapelly, Varun
  2015-07-24  9:17 ` Gonzalez Monroy, Sergio
  0 siblings, 1 reply; 4+ messages in thread
From: Rapelly, Varun @ 2015-07-24  8:54 UTC (permalink / raw)
  To: dev

Hi All,

I'm not able to send packets through OVS bridge [with dpdk] when iommu is enabled on HP DL380 G8 [RHEL 7.1]. Getting following errors in dmesg.

[    0.657681] IOMMU: Setting identity map for device 0000:01:00.2 [0xbdff6000 - 0xbdffcfff]
[    0.657686] IOMMU: Prepare 0-16MiB unity mapping for LPC
[ 4458.091522] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault addr 1a633d000
DMAR:[fault reason 06] PTE Read access is not set
[ 4458.164541] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault addr 1a633d000
DMAR:[fault reason 06] PTE Read access is not set
[ 4458.337565] dmar: DMAR:[DMA Read] Request device [0a:00.1] fault addr 1a63cd000
DMAR:[fault reason 06] PTE Read access is not set
[ 4458.637356] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault addr 1a637d000
DMAR:[fault reason 06] PTE Read access is not set

Where as in another machine ProLiant DL380 G7 [RHEL 7.1] everything works fine. Is it something do with the hardware on Gen8 machine?

The following link shows the similar problem.

http://comments.gmane.org/gmane.comp.networking.dpdk.devel/2281

In the below HP link, they quoted the same problem. I upgraded ROM to the latest version, but no luck. :(

http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c03323800



We need this flag to be enabled [SR-IOV] on that machine.



Please let me know, is there any way to resolve this issue?

Regards,
Varun

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1
  2015-07-24  8:54 [dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1 Rapelly, Varun
@ 2015-07-24  9:17 ` Gonzalez Monroy, Sergio
  2015-07-24  9:24   ` Rapelly, Varun
  2015-07-24  9:45   ` Rapelly, Varun
  0 siblings, 2 replies; 4+ messages in thread
From: Gonzalez Monroy, Sergio @ 2015-07-24  9:17 UTC (permalink / raw)
  To: Rapelly, Varun; +Cc: dev

On 24/07/2015 09:54, Rapelly, Varun wrote:
> Hi All,
>
> I'm not able to send packets through OVS bridge [with dpdk] when iommu is enabled on HP DL380 G8 [RHEL 7.1]. Getting following errors in dmesg.
>
> [    0.657681] IOMMU: Setting identity map for device 0000:01:00.2 [0xbdff6000 - 0xbdffcfff]
> [    0.657686] IOMMU: Prepare 0-16MiB unity mapping for LPC
> [ 4458.091522] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault addr 1a633d000
> DMAR:[fault reason 06] PTE Read access is not set
> [ 4458.164541] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault addr 1a633d000
> DMAR:[fault reason 06] PTE Read access is not set
> [ 4458.337565] dmar: DMAR:[DMA Read] Request device [0a:00.1] fault addr 1a63cd000
> DMAR:[fault reason 06] PTE Read access is not set
> [ 4458.637356] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault addr 1a637d000
> DMAR:[fault reason 06] PTE Read access is not set
>
> Where as in another machine ProLiant DL380 G7 [RHEL 7.1] everything works fine. Is it something do with the hardware on Gen8 machine?
>
> The following link shows the similar problem.
>
> http://comments.gmane.org/gmane.comp.networking.dpdk.devel/2281
>
> In the below HP link, they quoted the same problem. I upgraded ROM to the latest version, but no luck. :(
>
> http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c03323800
>
>
>
> We need this flag to be enabled [SR-IOV] on that machine.
>
>
>
> Please let me know, is there any way to resolve this issue?
>
> Regards,
> Varun
>
Hi Varun,

As I replied in you previous post, the issue is most likely related to HP.
You need to contact HP for a solution to your issues as suggested in the 
following thread by Lee A. Roberts from HP:
http://dpdk.org/ml/archives/dev/2015-March/015504.html

Sergio

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1
  2015-07-24  9:17 ` Gonzalez Monroy, Sergio
@ 2015-07-24  9:24   ` Rapelly, Varun
  2015-07-24  9:45   ` Rapelly, Varun
  1 sibling, 0 replies; 4+ messages in thread
From: Rapelly, Varun @ 2015-07-24  9:24 UTC (permalink / raw)
  To: lee.roberts; +Cc: dev

[-- Attachment #1: Type: text/plain, Size: 2576 bytes --]

Hi Lee,

In following link you said about BIOS settings to eliminate RMRRs. 

http://dpdk.org/ml/archives/dev/2015-March/015504.html

2) If your application requires the IOMMU, there are BIOS parameters that can be
   configured to eliminate the RMRRs on a slot-by-slot basis.  (I will send instructions
   for this separately, since it is not a DPDK issue.)

Please send the details for the above configuration. PFA screen shot for the Gen8 server version details.

Thanks in advance.

-----Original Message-----
From: Gonzalez Monroy, Sergio [mailto:sergio.gonzalez.monroy@intel.com] 
Sent: Friday, July 24, 2015 2:47 PM
To: Rapelly, Varun
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1

On 24/07/2015 09:54, Rapelly, Varun wrote:
> Hi All,
>
> I'm not able to send packets through OVS bridge [with dpdk] when iommu is enabled on HP DL380 G8 [RHEL 7.1]. Getting following errors in dmesg.
>
> [    0.657681] IOMMU: Setting identity map for device 0000:01:00.2 [0xbdff6000 - 0xbdffcfff]
> [    0.657686] IOMMU: Prepare 0-16MiB unity mapping for LPC
> [ 4458.091522] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault 
> addr 1a633d000 DMAR:[fault reason 06] PTE Read access is not set [ 
> 4458.164541] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault addr 
> 1a633d000 DMAR:[fault reason 06] PTE Read access is not set [ 
> 4458.337565] dmar: DMAR:[DMA Read] Request device [0a:00.1] fault addr 
> 1a63cd000 DMAR:[fault reason 06] PTE Read access is not set [ 
> 4458.637356] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault addr 
> 1a637d000 DMAR:[fault reason 06] PTE Read access is not set
>
> Where as in another machine ProLiant DL380 G7 [RHEL 7.1] everything works fine. Is it something do with the hardware on Gen8 machine?
>
> The following link shows the similar problem.
>
> http://comments.gmane.org/gmane.comp.networking.dpdk.devel/2281
>
> In the below HP link, they quoted the same problem. I upgraded ROM to 
> the latest version, but no luck. :(
>
> http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c033238
> 00
>
>
>
> We need this flag to be enabled [SR-IOV] on that machine.
>
>
>
> Please let me know, is there any way to resolve this issue?
>
> Regards,
> Varun
>
Hi Varun,

As I replied in you previous post, the issue is most likely related to HP.
You need to contact HP for a solution to your issues as suggested in the following thread by Lee A. Roberts from HP:
http://dpdk.org/ml/archives/dev/2015-March/015504.html

Sergio

[-- Attachment #2: iommu_Gen8_version.png --]
[-- Type: image/png, Size: 114600 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1
  2015-07-24  9:17 ` Gonzalez Monroy, Sergio
  2015-07-24  9:24   ` Rapelly, Varun
@ 2015-07-24  9:45   ` Rapelly, Varun
  1 sibling, 0 replies; 4+ messages in thread
From: Rapelly, Varun @ 2015-07-24  9:45 UTC (permalink / raw)
  To: Gonzalez Monroy, Sergio; +Cc: dev

Hi Monroy,

Thanks for the reply :)

Ok Will check with Lee.

-----Original Message-----
From: Gonzalez Monroy, Sergio [mailto:sergio.gonzalez.monroy@intel.com] 
Sent: Friday, July 24, 2015 2:47 PM
To: Rapelly, Varun
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1

On 24/07/2015 09:54, Rapelly, Varun wrote:
> Hi All,
>
> I'm not able to send packets through OVS bridge [with dpdk] when iommu is enabled on HP DL380 G8 [RHEL 7.1]. Getting following errors in dmesg.
>
> [    0.657681] IOMMU: Setting identity map for device 0000:01:00.2 [0xbdff6000 - 0xbdffcfff]
> [    0.657686] IOMMU: Prepare 0-16MiB unity mapping for LPC
> [ 4458.091522] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault 
> addr 1a633d000 DMAR:[fault reason 06] PTE Read access is not set [ 
> 4458.164541] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault addr 
> 1a633d000 DMAR:[fault reason 06] PTE Read access is not set [ 
> 4458.337565] dmar: DMAR:[DMA Read] Request device [0a:00.1] fault addr 
> 1a63cd000 DMAR:[fault reason 06] PTE Read access is not set [ 
> 4458.637356] dmar: DMAR:[DMA Read] Request device [0a:00.0] fault addr 
> 1a637d000 DMAR:[fault reason 06] PTE Read access is not set
>
> Where as in another machine ProLiant DL380 G7 [RHEL 7.1] everything works fine. Is it something do with the hardware on Gen8 machine?
>
> The following link shows the similar problem.
>
> http://comments.gmane.org/gmane.comp.networking.dpdk.devel/2281
>
> In the below HP link, they quoted the same problem. I upgraded ROM to 
> the latest version, but no luck. :(
>
> http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c033238
> 00
>
>
>
> We need this flag to be enabled [SR-IOV] on that machine.
>
>
>
> Please let me know, is there any way to resolve this issue?
>
> Regards,
> Varun
>
Hi Varun,

As I replied in you previous post, the issue is most likely related to HP.
You need to contact HP for a solution to your issues as suggested in the following thread by Lee A. Roberts from HP:
http://dpdk.org/ml/archives/dev/2015-March/015504.html

Sergio

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-24  9:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-24  8:54 [dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1 Rapelly, Varun
2015-07-24  9:17 ` Gonzalez Monroy, Sergio
2015-07-24  9:24   ` Rapelly, Varun
2015-07-24  9:45   ` Rapelly, Varun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).