public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Duran, Leo" <leo.duran@amd.com>
To: "Gao, Liming" <liming.gao@intel.com>,
	"Justen, Jordan L" <jordan.l.justen@intel.com>,
	'Laszlo Ersek' <lersek@redhat.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "Singh, Brijesh" <brijesh.singh@amd.com>,
	"Fan, Jeff" <jeff.fan@intel.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>,
	"Ma, Maurice" <maurice.ma@intel.com>,
	"Agyeman, Prince" <prince.agyeman@intel.com>,
	"Ni, Ruiyu" <ruiyu.ni@intel.com>,
	"Steele, Kelly" <kelly.steele@intel.com>,
	"Wei, David" <david.wei@intel.com>,
	"Guo, Mang" <mang.guo@intel.com>
Subject: Re: [PATCH v3 0/4] BaseIoFifoLib
Date: Tue, 10 Jan 2017 05:48:58 +0000	[thread overview]
Message-ID: <DM5PR12MB1243140D1EDD8839E0CE051EF9670@DM5PR12MB1243.namprd12.prod.outlook.com> (raw)
In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14D6CB799@shsmsx102.ccr.corp.intel.com>

OK Liming, I think I understand now.
Thanks,
Leo

> -----Original Message-----
> From: Gao, Liming [mailto:liming.gao@intel.com]
> Sent: Monday, January 09, 2017 11:34 PM
> To: Duran, Leo <leo.duran@amd.com>; Justen, Jordan L
> <jordan.l.justen@intel.com>; 'Laszlo Ersek' <lersek@redhat.com>; edk2-
> devel@lists.01.org
> Cc: Singh, Brijesh <brijesh.singh@amd.com>; Fan, Jeff <jeff.fan@intel.com>;
> Kinney, Michael D <michael.d.kinney@intel.com>; Ma, Maurice
> <maurice.ma@intel.com>; Agyeman, Prince <prince.agyeman@intel.com>;
> Ni, Ruiyu <ruiyu.ni@intel.com>; Steele, Kelly <kelly.steele@intel.com>; Wei,
> David <david.wei@intel.com>; Guo, Mang <mang.guo@intel.com>
> Subject: RE: [PATCH v3 0/4] BaseIoFifoLib
> 
> Leo:
>   I suggest to add new IoFifo APIs into IoLib library class, not add IoFifoLib
> class. After add IoFifo APIs into IoLib library class, we have to update all IoLib
> library instances to include IoFifo API implementation. For IA32 and X64 arch,
> your proposed implementation will be used. For other arch, normal
> implementation (read same IO port in one loop) can be used. And, you say
> you want to implement another version IoFifo APIs. If it is requested,  I
> suggest you add new IoLib instance. For IoFifo APIs, your provide new
> implementation. For other Io APIs, you can copy the implementation from
> BaseIoLibIntrinsic library instance, then new IoLib instance can provide full IO
> APIs. That's my proposal for IoFifo APIs.
> 
>   Besides, I raise one generic problem. In edk2 project, every library instance
> must provide the full API implementation. If one library instance only
> overrides some API implementation, it will have to copy other API
> implementation. It will bring the duplicated code in the different library
> instance. Current six Io library instances are just a case. I think we can figure
> out new solution to share the same logic between the different library
> instance. If this solution is ready, you can easily add new IoLib library instance
> with the override APIs only. So, I suggest you submit new request to support
> the library instance inherit from another instance.
> 
> Thanks
> Liming
> >-----Original Message-----
> >From: Duran, Leo [mailto:leo.duran@amd.com]
> >Sent: Monday, January 09, 2017 10:23 PM
> >To: Gao, Liming <liming.gao@intel.com>; Justen, Jordan L
> ><jordan.l.justen@intel.com>; 'Laszlo Ersek' <lersek@redhat.com>; edk2-
> >devel@lists.01.org
> >Cc: Singh, Brijesh <brijesh.singh@amd.com>; Fan, Jeff
> ><jeff.fan@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>;
> >Ma, Maurice <maurice.ma@intel.com>; Agyeman, Prince
> ><prince.agyeman@intel.com>; Ni, Ruiyu <ruiyu.ni@intel.com>; Steele,
> >Kelly <kelly.steele@intel.com>; Wei, David <david.wei@intel.com>; Guo,
> >Mang <mang.guo@intel.com>
> >Subject: RE: [PATCH v3 0/4] BaseIoFifoLib
> >
> >
> >> -----Original Message-----
> >> From: Gao, Liming [mailto:liming.gao@intel.com]
> >> Sent: Sunday, January 08, 2017 9:11 PM
> >> To: Duran, Leo <leo.duran@amd.com>; Justen, Jordan L
> >> <jordan.l.justen@intel.com>; 'Laszlo Ersek' <lersek@redhat.com>;
> >> edk2- devel@lists.01.org
> >> Cc: Singh, Brijesh <brijesh.singh@amd.com>; Fan, Jeff
> >> <jeff.fan@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>;
> >> Ma, Maurice <maurice.ma@intel.com>; Agyeman, Prince
> >> <prince.agyeman@intel.com>; Ni, Ruiyu <ruiyu.ni@intel.com>; Steele,
> >> Kelly <kelly.steele@intel.com>; Wei, David <david.wei@intel.com>;
> >> Guo, Mang <mang.guo@intel.com>
> >> Subject: RE: [PATCH v3 0/4] BaseIoFifoLib
> >>
> >> Leo:
> >>   IoLib Library class is designed from the functionality, not code
> >> implementation. So, many IO operations are included in this library
> >> class. If developers want to use IO API, they only need to check IoLib
> library class.
> >> After add new APIs, we need to update all IoLib library instances to
> >> implement them. And, if any library API implementation has the
> >> different version, the full library instance will have to be copied
> >> to another instance. I know your concern is to duplicate the library
> >> implementation. But, I think
> >this
> >> is the separate topic to optimize the library implementation and
> >> reuse the same source file. Other library instances may have the same
> >> issue. So, I suggest you submit bugzilla for this optimization
> >> request. We will figure out the solution and review it in this mail list.
> >>
> >> Thanks
> >> Liming
> >[Duran, Leo]
> >Hi Liming,
> >
> >I'm not sure I follow what you mean by an 'optimization request'.
> >At present IoLIb does *not* include the Fifo routines that I've
> >referred to, so I'm simply proposing to wrap the Fifo routines into in a
> library.
> >Moreover, as you just said, I’m also proposing not using IoLib to avoid
> >having to duplicate all of the functionality in IoLib.
> >
> >Can you please give me a bit more detail as to what the 'optimization
> request'
> >would be?
> >(i.e., should that request read exactly as I've proposed so far,
> >proposing the creation of an IoFifoLib?) I'll submit Bugzilla once I
> >better understand what needs to be in it.
> >
> >Thanks,
> >Leo
> >
> >
> >
> >> >-----Original Message-----
> >> >From: Duran, Leo [mailto:leo.duran@amd.com]
> >> >Sent: Sunday, January 08, 2017 1:17 AM
> >> >To: Justen, Jordan L <jordan.l.justen@intel.com>; 'Laszlo Ersek'
> >> ><lersek@redhat.com>; Gao, Liming <liming.gao@intel.com>; edk2-
> >> >devel@lists.01.org
> >> >Cc: Singh, Brijesh <brijesh.singh@amd.com>; Fan, Jeff
> >> ><jeff.fan@intel.com>; Kinney, Michael D
> >> ><michael.d.kinney@intel.com>; Ma, Maurice <maurice.ma@intel.com>;
> >> >Agyeman, Prince <prince.agyeman@intel.com>; Ni, Ruiyu
> >> ><ruiyu.ni@intel.com>; Steele, Kelly <kelly.steele@intel.com>; Wei,
> >> >David <david.wei@intel.com>; Guo, Mang <mang.guo@intel.com>
> >> >Subject: RE: [PATCH v3 0/4] BaseIoFifoLib
> >> >
> >> >Jordan, Liming, et al,
> >> >
> >> >It turns out that the runtime enablement of SEV feature that I
> >> >referred to can be detected in hardware; so instead of requiring
> >> >'driver' code to set a dynamic PCD, the override Fifo routines could
> >> >do a runtime check like this:
> >> >
> >> >// In override version of the Fifo library
> >> >fifo_foo()
> >> >{
> >> >	If (SEV_Enabled()) {
> >> >		// don't use REP ins/outs
> >> >	} else {
> >> >		// use REP ins/outs
> >> >	}
> >> >}
> >> >In essence we already have a hardware-based dynamic PCD, so the idea
> >> >is to leverage it.
> >> >
> >> >And since we're interested in overriding just the Fifo routines, it
> >> >would make better sense to keep them in a separate library (as
> >> >proposed
> >in
> >> the patch set).
> >> >Leo.
> >> >
> >> >> -----Original Message-----
> >> >> From: Jordan Justen [mailto:jordan.l.justen@intel.com]
> >> >> Sent: Friday, January 06, 2017 6:50 PM
> >> >> To: Duran, Leo <leo.duran@amd.com>; 'Laszlo Ersek'
> >> >> <lersek@redhat.com>; Gao, Liming <liming.gao@intel.com>;
> >> >> edk2-devel@lists.01.org
> >> >> Cc: Singh, Brijesh <brijesh.singh@amd.com>; Fan, Jeff
> >> >> <jeff.fan@intel.com>; Kinney, Michael D
> >> >> <michael.d.kinney@intel.com>; Ma, Maurice
> <maurice.ma@intel.com>;
> >> >> Agyeman, Prince <prince.agyeman@intel.com>; Ni, Ruiyu
> >> >> <ruiyu.ni@intel.com>; Steele, Kelly <kelly.steele@intel.com>; Wei,
> >> >> David <david.wei@intel.com>; Guo, Mang <mang.guo@intel.com>
> >> >> Subject: RE: [PATCH v3 0/4] BaseIoFifoLib
> >> >>
> >> >> On 2017-01-06 07:23:47, Duran, Leo wrote:
> >> >> >
> >> >> >
> >> >> > > -----Original Message-----
> >> >> > > From: Laszlo Ersek [mailto:lersek@redhat.com]
> >> >> > > Sent: Friday, January 06, 2017 5:12 AM
> >> >> > > To: Gao, Liming <liming.gao@intel.com>; Duran, Leo
> >> >> > > <leo.duran@amd.com>; edk2-devel@lists.01.org
> >> >> > > <edk2-devel@ml01.01.org>
> >> >> > > Cc: Singh, Brijesh <brijesh.singh@amd.com>; Justen, Jordan L
> >> >> > > <jordan.l.justen@intel.com>; Fan, Jeff <jeff.fan@intel.com>;
> >> >> > > Kinney, Michael D <michael.d.kinney@intel.com>; Ma, Maurice
> >> >> > > <maurice.ma@intel.com>; Agyeman, Prince
> >> >> <prince.agyeman@intel.com>;
> >> >> > > Ni, Ruiyu <ruiyu.ni@intel.com>; Steele, Kelly
> >> >> > > <kelly.steele@intel.com>; Wei, David <david.wei@intel.com>;
> >> >> > > Guo, Mang <mang.guo@intel.com>
> >> >> > > Subject: Re: [PATCH v3 0/4] BaseIoFifoLib
> >> >> > >
> >> >> > > On 01/06/17 07:02, Gao, Liming wrote:
> >> >> > > > Leo:
> >> >> > > > FifoIo is one width type of EFI_CPU_IO_PROTOCOL_WIDTH. So,
> >how
> >> >> > > > about add new APIs into IoLib together with other Io APIs?
> >> >> > > > If so, no new library class is required. Platform DSC files
> >> >> > > > are not required to be changed.
> >> >> > >
> >> >> > > But then all of the IoLib instances will have to be extended too:
> >> >> > >
> >> >> > > IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
> >> >> > > MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
> >> >> > > MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf
> >> >> > > MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.inf
> >> >> > > MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
> >> >> > > MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf
> >> >> > >
> >> >> > > Thanks,
> >> >> > > Laszlo
> >> >> > >
> >> >> > [Duran, Leo] Correct.
> >> >> > As I mentioned, one of the reasons for the new IoFifo library is
> >> >> > to be able to override it without having to duplicate the complete
> IoLib.
> >> >> >
> >> >>
> >> >> I agree with Liming about adding the functions to IoLib instead.
> >> >>
> >> >> Perhaps a PCD could be added to control if rep i/o instructions
> >> >> are used.
> >> >>
> >> >> -Jordan

      reply	other threads:[~2017-01-10  5:49 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-05 21:49 [PATCH v3 0/4] BaseIoFifoLib Leo Duran
2017-01-05 21:49 ` [PATCH v3 1/4] MdePkg: Add BaseIoFifoLib library Leo Duran
2017-01-05 21:49 ` [PATCH v3 2/4] Modify .DSC files that include UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf Leo Duran
2017-01-06 11:23   ` Laszlo Ersek
2017-01-06 15:28     ` Duran, Leo
2017-01-05 21:49 ` [PATCH v3 3/4] Modify UefiCpuPkg/CpuIo2Dxe to use new BaseIoFifoLib library Leo Duran
2017-01-05 21:49 ` [PATCH v3 4/4] Modify QemuFwCfgLib " Leo Duran
2017-01-06 11:36   ` Laszlo Ersek
2017-01-06 15:31     ` Duran, Leo
2017-01-06  6:02 ` [PATCH v3 0/4] BaseIoFifoLib Gao, Liming
2017-01-06 11:12   ` Laszlo Ersek
2017-01-06 15:23     ` Duran, Leo
2017-01-07  0:49       ` Jordan Justen
2017-01-07 17:16         ` Duran, Leo
2017-01-09  3:10           ` Gao, Liming
2017-01-09 14:22             ` Duran, Leo
2017-01-09 14:30               ` Duran, Leo
2017-01-09 14:36                 ` Duran, Leo
2017-01-09 15:13               ` Laszlo Ersek
2017-01-09 16:37                 ` Duran, Leo
2017-01-09 22:41                   ` Jordan Justen
2017-01-10  5:33               ` Gao, Liming
2017-01-10  5:48                 ` Duran, Leo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM5PR12MB1243140D1EDD8839E0CE051EF9670@DM5PR12MB1243.namprd12.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox