Re: [PATCH 0/6] Generic WorkQueue Engine (GenWQE) device driver (v10)

2013-12-19 Thread Frank Haverkamp
Hi Greg, Am Mittwoch, den 18.12.2013, 16:52 -0800 schrieb Greg KH: > On Wed, Dec 18, 2013 at 04:51:17PM +0100, Frank Haverkamp wrote: > > ping > > Looks good, now applied, thanks for all of the revisions. > > Now the real work starts :) > thank you very much for reviewing and integrating our c

Re: [PATCH 0/6] Generic WorkQueue Engine (GenWQE) device driver (v10)

2013-12-18 Thread Greg KH
On Wed, Dec 18, 2013 at 04:51:17PM +0100, Frank Haverkamp wrote: > ping Looks good, now applied, thanks for all of the revisions. Now the real work starts :) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More major

Re: [PATCH 0/6] Generic WorkQueue Engine (GenWQE) device driver (v10)

2013-12-18 Thread Frank Haverkamp
ping -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH 0/6] Generic WorkQueue Engine (GenWQE) device driver (v10)

2013-12-09 Thread Frank Haverkamp
The GenWQE device is a PCIe card used to acclerate different tasks. Since it is configurable, it can be adjusted to different purposes. Our initial task for the card is to do zlib style compression/decompression RFC1950, RFC1951, and RFC1952. I kindly ask for your feedback on the code, such that I