Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1566331 > unrolled thread

IOAT 4.0 driver not supported on Intel 5000 chipset

Started byAnshuman Khandual <khandual@linux.vnet.ibm.com>
First post2017-01-25 06:50 +0100
Last post2017-01-25 17:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  IOAT 4.0 driver not supported on Intel 5000 chipset Anshuman Khandual <khandual@linux.vnet.ibm.com> - 2017-01-25 06:50 +0100
    Re: IOAT 4.0 driver not supported on Intel 5000 chipset Dave Jiang <dave.jiang@intel.com> - 2017-01-25 17:50 +0100

#1566331 — IOAT 4.0 driver not supported on Intel 5000 chipset

FromAnshuman Khandual <khandual@linux.vnet.ibm.com>
Date2017-01-25 06:50 +0100
SubjectIOAT 4.0 driver not supported on Intel 5000 chipset
Message-ID<t3oCZ-6ae-3@gated-at.bofh.it>
Hello Vinod/Dave,

I have an old X86 system with 'Intel(R) Xeon(R) CPU X5450' which has
'5000 Series Chipset'. The latest mainline IOAT driver does not work
on it. Dont see /sys/class/dma getting filled up with channel details
even if I manually load both dca.ko followed by ioatdma.ko drivers
after the system boots. As it was working on a old distro kernel like
3.10, did a git bisect to figure out that the support was removed for
older IOAT HW around August 2015 with the following commits.

commit 85596a19478da5125f3471a0c474b3f05a78e390
Author: Dave Jiang <dave.jiang@intel.com>
Date:   Tue Aug 11 08:48:10 2015 -0700

    dmaengine: ioatdma: remove ioat1 specific code
    
    Cleaning up of ioat1 specific code as it is no longer supported
    
    Signed-off-by: Dave Jiang <dave.jiang@intel.com>
    Acked-by: Dan Williams <dan.j.williams@intel.com>
    Signed-off-by: Vinod Koul <vinod.koul@intel.com>

d73f277b329f46c13527c1090808421828671596 is the first bad commit
commit d73f277b329f46c13527c1090808421828671596
Author: Dave Jiang <dave.jiang@intel.com>
Date:   Tue Aug 11 08:48:04 2015 -0700

    dmaengine: ioatdma: deprecating and removal of old ioatdma devices
    
    Removal of any devices that are ioatdma pre-3.0. This is the first step
    in attempting to clean up the ioatdma driver and remove hw no longer
    supported.
    
    Signed-off-by: Dave Jiang <dave.jiang@intel.com>
    Acked-by: Dan Williams <dan.j.williams@intel.com>
    Signed-off-by: Vinod Koul <vinod.koul@intel.com>

I intend to use the HW with mainline kernel. Is there any work around
which can make it happen ?

Regards
Anshuman

[toc] | [next] | [standalone]


#1566745

FromDave Jiang <dave.jiang@intel.com>
Date2017-01-25 17:50 +0100
Message-ID<t3yVH-4ad-3@gated-at.bofh.it>
In reply to#1566331

On 01/24/2017 10:46 PM, Anshuman Khandual wrote:
> Hello Vinod/Dave,
> 
> I have an old X86 system with 'Intel(R) Xeon(R) CPU X5450' which has
> '5000 Series Chipset'. The latest mainline IOAT driver does not work
> on it. Dont see /sys/class/dma getting filled up with channel details
> even if I manually load both dca.ko followed by ioatdma.ko drivers
> after the system boots. As it was working on a old distro kernel like
> 3.10, did a git bisect to figure out that the support was removed for
> older IOAT HW around August 2015 with the following commits.
> 
> commit 85596a19478da5125f3471a0c474b3f05a78e390
> Author: Dave Jiang <dave.jiang@intel.com>
> Date:   Tue Aug 11 08:48:10 2015 -0700
> 
>     dmaengine: ioatdma: remove ioat1 specific code
>     
>     Cleaning up of ioat1 specific code as it is no longer supported
>     
>     Signed-off-by: Dave Jiang <dave.jiang@intel.com>
>     Acked-by: Dan Williams <dan.j.williams@intel.com>
>     Signed-off-by: Vinod Koul <vinod.koul@intel.com>
> 
> d73f277b329f46c13527c1090808421828671596 is the first bad commit
> commit d73f277b329f46c13527c1090808421828671596
> Author: Dave Jiang <dave.jiang@intel.com>
> Date:   Tue Aug 11 08:48:04 2015 -0700
> 
>     dmaengine: ioatdma: deprecating and removal of old ioatdma devices
>     
>     Removal of any devices that are ioatdma pre-3.0. This is the first step
>     in attempting to clean up the ioatdma driver and remove hw no longer
>     supported.
>     
>     Signed-off-by: Dave Jiang <dave.jiang@intel.com>
>     Acked-by: Dan Williams <dan.j.williams@intel.com>
>     Signed-off-by: Vinod Koul <vinod.koul@intel.com>
> 
> I intend to use the HW with mainline kernel. Is there any work around
> which can make it happen ?

If the IOATDMA engine is 2.0, you can try adding the device ID in and
see if that still works. It should theoretically. If it's 1.0, then you
are pretty much out of luck.

> 
> Regards
> Anshuman
> 
> --
> To unsubscribe from this list: send the line "unsubscribe dmaengine" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web