[PATCH 5.10 108/290] net: hns3: fix error mask definition of flow director

2021-03-15 Thread gregkh
From: Greg Kroah-Hartman From: Jian Shen [ Upstream commit ae85ddda0f1b341b2d25f5a5e0eff1d42b6ef3df ] Currently, some bit filed definitions of flow director TCAM configuration command are incorrect. Since the wrong MSB is always 0, and these fields are assgined in order, so it still works

[PATCH 5.11 090/306] net: hns3: fix query vlan mask value error for flow director

2021-03-15 Thread gregkh
From: Greg Kroah-Hartman From: Jian Shen commit c75ec148a316e8cf52274d16b9b422703b96f5ce upstream. Currently, the driver returns VLAN_VID_MASK for vlan mask field, when get flow director rule information for rule doesn't use vlan. It may cause the vlan mask value display as 0xf000 in

[PATCH 5.11 089/306] net: hns3: fix error mask definition of flow director

2021-03-15 Thread gregkh
From: Greg Kroah-Hartman From: Jian Shen commit ae85ddda0f1b341b2d25f5a5e0eff1d42b6ef3df upstream. Currently, some bit filed definitions of flow director TCAM configuration command are incorrect. Since the wrong MSB is always 0, and these fields are assgined in order, so it still works. Fix

[PATCH 5.10 075/290] net: hns3: fix query vlan mask value error for flow director

2021-03-15 Thread gregkh
From: Greg Kroah-Hartman From: Jian Shen commit c75ec148a316e8cf52274d16b9b422703b96f5ce upstream. Currently, the driver returns VLAN_VID_MASK for vlan mask field, when get flow director rule information for rule doesn't use vlan. It may cause the vlan mask value display as 0xf000 in

[PATCH 5.4 059/168] net: hns3: fix error mask definition of flow director

2021-03-15 Thread gregkh
From: Greg Kroah-Hartman From: Jian Shen [ Upstream commit ae85ddda0f1b341b2d25f5a5e0eff1d42b6ef3df ] Currently, some bit filed definitions of flow director TCAM configuration command are incorrect. Since the wrong MSB is always 0, and these fields are assgined in order, so it still works

[PATCH 5.4 043/168] net: hns3: fix query vlan mask value error for flow director

2021-03-15 Thread gregkh
From: Greg Kroah-Hartman From: Jian Shen commit c75ec148a316e8cf52274d16b9b422703b96f5ce upstream. Currently, the driver returns VLAN_VID_MASK for vlan mask field, when get flow director rule information for rule doesn't use vlan. It may cause the vlan mask value display as 0xf000 in

Re: [PATCH net-next 3/7] net: hns3: add support for forwarding packet to queues of specified TC when flow director rule hit

2020-12-10 Thread tanhuazhong
when flow director rule hit. So extend the command handle to support it. ... static int hclge_config_action(struct hclge_dev *hdev, u8 stage, struct hclge_fd_rule *rule) { + struct hclge_vport *vport = hdev->vport; + str

Re: [PATCH net-next 3/7] net: hns3: add support for forwarding packet to queues of specified TC when flow director rule hit

2020-12-10 Thread Saeed Mahameed
On Thu, 2020-12-10 at 20:24 +0800, tanhuazhong wrote: > > On 2020/12/10 13:40, Saeed Mahameed wrote: > > On Thu, 2020-12-10 at 11:42 +0800, Huazhong Tan wrote: > > > From: Jian Shen > > > > > > For some new device, it supports forwarding packet to queues &

Re: [PATCH net-next 3/7] net: hns3: add support for forwarding packet to queues of specified TC when flow director rule hit

2020-12-10 Thread tanhuazhong
On 2020/12/10 13:40, Saeed Mahameed wrote: On Thu, 2020-12-10 at 11:42 +0800, Huazhong Tan wrote: From: Jian Shen For some new device, it supports forwarding packet to queues of specified TC when flow director rule hit. So extend the command handle to support it. ... static int

Re: [PATCH net-next 3/7] net: hns3: add support for forwarding packet to queues of specified TC when flow director rule hit

2020-12-09 Thread Saeed Mahameed
On Thu, 2020-12-10 at 11:42 +0800, Huazhong Tan wrote: > From: Jian Shen > > For some new device, it supports forwarding packet to queues > of specified TC when flow director rule hit. So extend the > command handle to support it. > ... > static int hclge_config_action(s

[PATCH net-next 3/7] net: hns3: add support for forwarding packet to queues of specified TC when flow director rule hit

2020-12-09 Thread Huazhong Tan
From: Jian Shen For some new device, it supports forwarding packet to queues of specified TC when flow director rule hit. So extend the command handle to support it. Signed-off-by: Jian Shen Signed-off-by: Huazhong Tan --- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 2 ++ .../net

Director

2020-09-03 Thread wwwheaddhloff...@gmail.com

Director

2020-08-29 Thread wwwheaddhloff...@gmail.com

[PATCH net-next 2/4] net: hns3: refine the flow director handle

2019-05-24 Thread Huazhong Tan
From: Jian Shen In order to be compatible with aRFS rules, this patch adds spin_lock for flow director rule adding, deleting, querying, and packages the rule configuration. Signed-off-by: Jian Shen Signed-off-by: Huazhong Tan --- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c| 131

[PATCH 4.20 220/352] net: hns3: dont restore rules when flow director is disabled

2019-02-11 Thread Greg Kroah-Hartman
4.20-stable review patch. If anyone has any objections, please let me know. -- [ Upstream commit 8edc2285b7285c5fbffe438dc8113260d3e76656 ] When user disables flow director, all the rules will be disabled. But when reset happens, it will restore all the rules again. It'

[PATCH net-next 12/12] net: hns3: keep flow director state unchanged when reset

2019-01-30 Thread Huazhong Tan
From: Jian Shen In orginal codes, driver always enables flow director when intializing. When user disable flow director with command ethtool -K, the flow director will be enabled again after resetting. This patch fixes it by only enabling it when first initialzing. Fixes: 6871af29b3ab (&quo

[PATCH AUTOSEL 4.20 232/304] net: hns3: don't restore rules when flow director is disabled

2019-01-28 Thread Sasha Levin
From: Jian Shen [ Upstream commit 8edc2285b7285c5fbffe438dc8113260d3e76656 ] When user disables flow director, all the rules will be disabled. But when reset happens, it will restore all the rules again. It's not reasonable. This patch fixes it by add flow director status check before re

[PATCH net-next 6/9] net: hns3: fix vf id check issue when add flow director rule

2018-12-19 Thread Peng Li
From: Jian Shen When add flow director fule for vf, the vf id is used as array subscript before valid checking, which may cause memory overflow. Fixes: dd74f815dd41 ("net: hns3: Add support for rule add/delete for flow director") Signed-off-by: Jian Shen Signed-off-by: Peng Li --

[PATCH net-next 7/9] net: hns3: don't restore rules when flow director is disabled

2018-12-19 Thread Peng Li
From: Jian Shen When user disables flow director, all the rules will be disabled. But when reset happens, it will restore all the rules again. It's not reasonable. This patch fixes it by add flow director status check before restore fules. Fixes: 6871af29b3ab ("net: hns3: Add reset

[PATCH net-next 4/7] net: hns3: Add support for rule query of flow director

2018-10-01 Thread Salil Mehta
From: Jian Shen This patch adds support for querying rule number and rule details by ethtool commands. Signed-off-by: Jian Shen Signed-off-by: Peng Li Signed-off-by: Salil Mehta --- drivers/net/ethernet/hisilicon/hns3/hnae3.h| 6 + drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c

Re: [PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-25 Thread Reinette Chatre
Hi Thomas, On 6/23/2018 5:16 AM, Thomas Gleixner wrote: > On Fri, 22 Jun 2018, Reinette Chatre wrote: >> The Cache Pseudo-Locking enabling series that was recently merged to the >> x86/cache branch of tip was found to conflict with the new kernfs support >> for mounting with fs_context. >> >> In p

Re: [PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-24 Thread Thomas Gleixner
On Sun, 24 Jun 2018, Reinette Chatre wrote: > Will do. While tracking down the bisect issue related to > copy_from_user() I managed to lose connectivity to my test system. I > will continue the testing when I am back in the office on Monday. No worry. Enjoy your weekend! Thanks, tglx

Re: [PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-24 Thread Reinette Chatre
Hi Thomas, On 6/23/2018 5:16 AM, Thomas Gleixner wrote: > On Fri, 22 Jun 2018, Reinette Chatre wrote: >> The Cache Pseudo-Locking enabling series that was recently merged to the >> x86/cache branch of tip was found to conflict with the new kernfs support >> for mounting with fs_context. >> >> In p

Re: [PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-23 Thread Thomas Gleixner
On Sat, 23 Jun 2018, David Howells wrote: > Thomas Gleixner wrote: > > > I've also created a branch based on Davids mount-context branch, applied > > the cleanup patch below to it and merged the for-vfs branch on top. > > > > David feel free to pull the result from > > > > git://git.kernel

Re: [PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-23 Thread Thomas Gleixner
On Sun, 24 Jun 2018, David Howells wrote: > Thomas Gleixner wrote: > > > - Stick the struct into the local header file and not at some random place > > in > >the source. > > Why? It's only used in that one file. There doesn't seem to be any > particular need to share it around. It's no

Re: [PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-23 Thread David Howells
Thomas Gleixner wrote: > - Stick the struct into the local header file and not at some random place in >the source. Why? It's only used in that one file. There doesn't seem to be any particular need to share it around. > - Get rid of the fugly camel case It's not camel case. It's the

Re: [PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-23 Thread David Howells
Thomas Gleixner wrote: > I've also created a branch based on Davids mount-context branch, applied > the cleanup patch below to it and merged the for-vfs branch on top. > > David feel free to pull the result from > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git for-vfs-merged I

Re: [PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-23 Thread Thomas Gleixner
On Sat, 23 Jun 2018, Thomas Gleixner wrote: > Reinette! > > On Fri, 22 Jun 2018, Reinette Chatre wrote: > > The Cache Pseudo-Locking enabling series that was recently merged to the > > x86/cache branch of tip was found to conflict with the new kernfs support > > for mounting with fs_context. > >

Re: [PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-23 Thread Thomas Gleixner
Reinette! On Fri, 22 Jun 2018, Reinette Chatre wrote: > The Cache Pseudo-Locking enabling series that was recently merged to the > x86/cache branch of tip was found to conflict with the new kernfs support > for mounting with fs_context. > > In preparation for a conflict-free merge between the two

Re: [PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-22 Thread Reinette Chatre
Hi David, On 6/22/2018 4:45 PM, David Howells wrote: > Do you have a public git branch with these patches on it somewhere? I just added them to branch cache-pseudo-locking/v7 of https://github.com/rchatre/linux.git Reinette

Re: [PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-22 Thread David Howells
Do you have a public git branch with these patches on it somewhere? Thanks, David

[PATCH V7 00/41] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-22 Thread Reinette Chatre
_get() and -put() from the now obsolete debugfs_use_file_start() and debugfs_use_file_finish() calls. - Rebase on top of, and take into account, recent L2 CDP enabling. - Simplify tracing output to print cache hits and miss counts on same line. Dear Maintainers, Cache Allocation Technology (

Re: [PATCH V5 00/38] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-19 Thread Reinette Chatre
Hi Thomas, On 6/19/2018 11:21 PM, Thomas Gleixner wrote: > On Tue, 19 Jun 2018, Reinette Chatre wrote: >> I am sorry for adding confusion by keeping the changelog from previous >> versions with each new submission. v3 had 39 patches with the last patch >> depending on Mike's work. I removed that f

Re: [PATCH V5 00/38] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-19 Thread Thomas Gleixner
Reinette, On Tue, 19 Jun 2018, Reinette Chatre wrote: > I am sorry for adding confusion by keeping the changelog from previous > versions with each new submission. v3 had 39 patches with the last patch > depending on Mike's work. I removed that final patch in v4, planning to > resubmit it when Mik

Re: [PATCH V5 00/38] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-19 Thread Reinette Chatre
Hi Thomas, On 6/19/2018 9:57 AM, Thomas Gleixner wrote: > On Tue, 29 May 2018, Reinette Chatre wrote: >> >> The last patch of this series depends on the series: >> "[RFC PATCH 0/3] Interface for higher order contiguous allocations" >> submitted at: >> http://lkml.kernel.org/r/2018021056.9735-1

Re: [PATCH V5 00/38] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-06-19 Thread Thomas Gleixner
On Tue, 29 May 2018, Reinette Chatre wrote: > > The last patch of this series depends on the series: > "[RFC PATCH 0/3] Interface for higher order contiguous allocations" > submitted at: > http://lkml.kernel.org/r/2018021056.9735-1-mike.krav...@oracle.com > A new version of this was submitted

[PATCH V5 00/38] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-05-29 Thread Reinette Chatre
s depends on "mm: drop hotplug lock from lru_add_drain_all", now in v4.16-rc1 as 9852a7212324fd25f896932f4f4607ce47b0a22f. - Convert to debugfs_file_get() and -put() from the now obsolete debugfs_use_file_start() and debugfs_use_file_finish() calls. - Rebase on top of, and take into account, re

[PATCH V4 00/38] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-05-22 Thread Reinette Chatre
l", now in v4.16-rc1 as 9852a7212324fd25f896932f4f4607ce47b0a22f. - Convert to debugfs_file_get() and -put() from the now obsolete debugfs_use_file_start() and debugfs_use_file_finish() calls. - Rebase on top of, and take into account, recent L2 CDP enabling. - Simplify tracing output to

Re: [PATCH V3 00/39] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-05-19 Thread Thomas Gleixner
Reinette, On Wed, 25 Apr 2018, Reinette Chatre wrote: > This third series of Cache Pseudo-Locking enabling addresses all feedback > received during the upstream review of RFC V2. A very well done patch series. Was a pleasure to read. It conflicts with Vikas series which I just applied to tip::x8

[PATCH V3 00/39] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-04-25 Thread Reinette Chatre
y tracing output to print cache hits and miss counts on same line. No changes below. It is verbatim from first submission (except for diffstat at the end that reflects v3). Dear Maintainers, Cache Allocation Technology (CAT), part of Intel(R) Resource Director Technology (Intel(R) RDT), enables a

Re: [RFC PATCH V2 00/22] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-02-15 Thread Mike Kravetz
On 02/15/2018 12:39 PM, Reinette Chatre wrote: > On 2/14/2018 10:31 AM, Reinette Chatre wrote: >> On 2/14/2018 10:12 AM, Mike Kravetz wrote: >>> On 02/13/2018 07:46 AM, Reinette Chatre wrote: Adding MM maintainers to v2 to share the new MM change (patch 21/22) that enables large contiguou

Re: [RFC PATCH V2 00/22] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-02-15 Thread Reinette Chatre
On 2/14/2018 10:31 AM, Reinette Chatre wrote: > On 2/14/2018 10:12 AM, Mike Kravetz wrote: >> On 02/13/2018 07:46 AM, Reinette Chatre wrote: >>> Adding MM maintainers to v2 to share the new MM change (patch 21/22) that >>> enables large contiguous regions that was created to support large Cache >>>

Re: [RFC PATCH V2 00/22] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-02-14 Thread Reinette Chatre
Hi Mike, On 2/14/2018 10:12 AM, Mike Kravetz wrote: > On 02/13/2018 07:46 AM, Reinette Chatre wrote: >> Adding MM maintainers to v2 to share the new MM change (patch 21/22) that >> enables large contiguous regions that was created to support large Cache >> Pseudo-Locked regions (patch 22/22). This

Re: [RFC PATCH V2 00/22] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-02-14 Thread Mike Kravetz
On 02/13/2018 07:46 AM, Reinette Chatre wrote: > Adding MM maintainers to v2 to share the new MM change (patch 21/22) that > enables large contiguous regions that was created to support large Cache > Pseudo-Locked regions (patch 22/22). This week MM team received another > proposal to support large

[RFC PATCH V2 00/22] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-02-13 Thread Reinette Chatre
ol L2_CDP Cc: linux...@kvack.org Cc: Andrew Morton Cc: Mike Kravetz Cc: Michal Hocko Cc: Vlastimil Babka No changes below. It is verbatim from first submission (except for diffstat at the end that reflects v2). Dear Maintainers, Cache Allocation Technology (CAT), part of Intel(R) Resource Direct

Re: [RFC PATCH 00/20] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-02-13 Thread Thomas Gleixner
On Mon, 12 Feb 2018, Reinette Chatre wrote: > On 1/16/2018 3:38 AM, Thomas Gleixner wrote: > All tests involve a user space application that allocates (malloc() with > mlockall()) or in the case of Cache Pseudo-Locking maps using mmap()) a > 256KB region of memory. The application then randomly acc

Re: [RFC PATCH 00/20] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-02-12 Thread Reinette Chatre
Hi Thomas, On 1/16/2018 3:38 AM, Thomas Gleixner wrote: > On Mon, 15 Jan 2018, Hindman, Gavin wrote: >>> From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- >>> ow...@vger.kernel.org] On Behalf Of Thomas Gleixner >>> On Fri, 17 Nov 2017, Reinette Chatre wrote: 2) The most recent k

Re: [RFC PATCH 00/20] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-01-16 Thread Reinette Chatre
Hi Thomas, On 1/16/2018 3:38 AM, Thomas Gleixner wrote: > On Mon, 15 Jan 2018, Hindman, Gavin wrote: >>> From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- >>> ow...@vger.kernel.org] On Behalf Of Thomas Gleixner >>> On Fri, 17 Nov 2017, Reinette Chatre wrote: 1) PALLOC is not

RE: [RFC PATCH 00/20] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-01-16 Thread Thomas Gleixner
On Mon, 15 Jan 2018, Hindman, Gavin wrote: > > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > > ow...@vger.kernel.org] On Behalf Of Thomas Gleixner > > On Fri, 17 Nov 2017, Reinette Chatre wrote: > > > > > > 1) PALLOC is not upstream and while inquiring about the status of this >

RE: [RFC PATCH 00/20] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-01-15 Thread Hindman, Gavin
ny > ; vikas.shiva...@linux.intel.com; Hansen, Dave > ; mi...@redhat.com; h...@zytor.com; > x...@kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [RFC PATCH 00/20] Intel(R) Resource Director Technology Cache > Pseudo-Locking enabling > > On Fri, 17 Nov 2017, Reinette Chat

Re: [RFC PATCH 00/20] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2018-01-14 Thread Thomas Gleixner
On Fri, 17 Nov 2017, Reinette Chatre wrote: Sorry for the delay. You know why :) > On 11/17/2017 4:48 PM, Thomas Gleixner wrote: > > On Mon, 13 Nov 2017, Reinette Chatre wrote: > > Did you compare that against the good old cache coloring mechanism, > > e.g. palloc ? > > I understand where your

DIRECTOR IN CHARGE: DR.PATRICE TEME

2017-12-27 Thread U N-Headquarters
and telephone number your correct mailing address where you want him to send the Draft to you. Contact Dr.PATRICE TEME of MAGNUM PLC PAYMENT CENTER with your payment code:ST/DPI/829 immediately for your Cheque at the given address below: DIRECTOR IN CHARGE: DR.PATRICE TEME E-MAIL:customerservice

Re: [RFC PATCH 00/20] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2017-11-17 Thread Reinette Chatre
look forward to your feedback. > >> Cache Allocation Technology (CAT), part of Intel(R) Resource Director >> Technology (Intel(R) RDT), enables a user to specify the amount of cache >> space into which an application can fill. Cache pseudo-locking builds on >> the fact t

Re: [RFC PATCH 00/20] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2017-11-17 Thread Thomas Gleixner
Reinette, On Mon, 13 Nov 2017, Reinette Chatre wrote: thanks for that interesting work. Before I start looking into the details in the next days let me ask a few general questions first. > Cache Allocation Technology (CAT), part of Intel(R) Resource Director > Technology (Intel(R) RDT), e

[RFC PATCH 00/20] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2017-11-13 Thread Reinette Chatre
Dear Maintainers, Cache Allocation Technology (CAT), part of Intel(R) Resource Director Technology (Intel(R) RDT), enables a user to specify the amount of cache space into which an application can fill. Cache pseudo-locking builds on the fact that a CPU can still read and write data pre-allocated

[tip:x86/cache] x86/intel_rdt: Add command line options for resource director technology

2017-08-25 Thread tip-bot for Tony Luck
command line options for resource director technology Command line options allow us to ignore features that we don't want. Also we can re-enable options that have been disabled on a platform (so long as the underlying h/w actually supports the option). [ tglx: Marked the option array __initdata an

[PATCH 2/3] x86/intel_rdt: Add command line options for resource director technology

2017-08-24 Thread Luck, Tony
rt is enabled. RAM RAM disk support is enabled. + RDT Intel Resource Director Technology. S390S390 architecture is enabled. SCSIAppropriate SCSI support is enabled. A lot of drivers have their options described inside diff --

[PATCH v2 00/33] Enable Intel Resource Allocation in Resource Director Technology

2016-09-07 Thread Fenghua Yu
From: Fenghua Yu L3 cache allocation allows per task control over which areas of the last level cache are available for allocation. It is the first resource that can be controlled as part of Intel Resource Director Technology (RDT). This patch series creates a framework that will make it easy to

[PATCH 00/32] Enable Intel Resource Allocation in Resource Director Technology

2016-07-12 Thread Fenghua Yu
From: Fenghua Yu L3 cache allocation allows per task control over which areas of the last level cache are available for allocation. It is the first resource that can be controlled as part of Intel Resource Director Technology (RDT). This patch series creates a framework that will make it easy to

Please,contact the bank director for the transfer USD5.5Million and get back to me.

2015-12-06 Thread Amarahel Salif
-- 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/

Foreign Business Director Needed!!!

2014-02-18 Thread Yung kyu kim
Hello, The Project is about the exportation of 100,000 barrels of Light CrudeOil daily out from Iraq to Turkey through my client's company in Iraq at the rate of $92.00 a barrel. This amount to $9,200,000 daily. I ask for your support as a foreigner to handle this business project with my clien

Foreign Business Director Needed!!!

2014-02-13 Thread YUNG KYU KIM
Hello, The Project is about the exportation of 100,000 barrels of Light CrudeOil daily out from Iraq to Turkey through my client's company in Iraq at the rate of $92.00 a barrel. This amount to $9,200,000 daily. I ask for your support as a foreigner to handle this business project with my clien