public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] Can we do something about libspdm?
@ 2024-07-31 10:34 Leif Lindholm
  2024-07-31 12:47 ` Yao, Jiewen
  0 siblings, 1 reply; 5+ messages in thread
From: Leif Lindholm @ 2024-07-31 10:34 UTC (permalink / raw)
  To: devel; +Cc: Jiewen Yao, Michael D Kinney, Andrew Fish

Hi,

The libspdm submodule is 1.1GB of (compressed) data to clone, but only
18MB once checked out.

This is by some margin the majority of the time it takes to clone edk2
and submodules. (It takes me 5m44s, and I don't think it's my Internet
connection slowing it down.)

Having become curious as to how it managed to get that bad, I had a
dig. And found that nearly all of the data comes from a branch (that
is not a branch of the codebase at all) called github_pages.
If I run
  $ git branch -r -d github_pages
  $ git gc --prune=now
the size of my cloned directory shrinks from 1.1GB down to a more
reasonable 27MB.

Does anyone have any connections at DTMF that we can try to get in
touch with to discuss how to improve their repository setup?

/
    Leif


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120139): https://edk2.groups.io/g/devel/message/120139
Mute This Topic: https://groups.io/mt/107643637/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [edk2-devel] Can we do something about libspdm?
  2024-07-31 10:34 [edk2-devel] Can we do something about libspdm? Leif Lindholm
@ 2024-07-31 12:47 ` Yao, Jiewen
  2024-07-31 14:09   ` Leif Lindholm
  0 siblings, 1 reply; 5+ messages in thread
From: Yao, Jiewen @ 2024-07-31 12:47 UTC (permalink / raw)
  To: Leif Lindholm, devel@edk2.groups.io; +Cc: Kinney, Michael D, Andrew Fish

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

i recommend submitting issue directly to libspdm project github.

thank you
jiewen yao
________________________________
发件人: Leif Lindholm <quic_llindhol@quicinc.com>
发送时间: Wednesday, July 31, 2024 6:34:32 PM
收件人: devel@edk2.groups.io <devel@edk2.groups.io>
抄送: Yao, Jiewen <jiewen.yao@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Andrew Fish <afish@apple.com>
主题: Can we do something about libspdm?

Hi,

The libspdm submodule is 1.1GB of (compressed) data to clone, but only
18MB once checked out.

This is by some margin the majority of the time it takes to clone edk2
and submodules. (It takes me 5m44s, and I don't think it's my Internet
connection slowing it down.)

Having become curious as to how it managed to get that bad, I had a
dig. And found that nearly all of the data comes from a branch (that
is not a branch of the codebase at all) called github_pages.
If I run
  $ git branch -r -d github_pages
  $ git gc --prune=now
the size of my cloned directory shrinks from 1.1GB down to a more
reasonable 27MB.

Does anyone have any connections at DTMF that we can try to get in
touch with to discuss how to improve their repository setup?

/
    Leif


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120149): https://edk2.groups.io/g/devel/message/120149
Mute This Topic: https://groups.io/mt/107643637/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



[-- Attachment #2: Type: text/html, Size: 2807 bytes --]

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

* Re: [edk2-devel] Can we do something about libspdm?
  2024-07-31 12:47 ` Yao, Jiewen
@ 2024-07-31 14:09   ` Leif Lindholm
  2024-08-01  9:48     ` Yao, Jiewen
  0 siblings, 1 reply; 5+ messages in thread
From: Leif Lindholm @ 2024-07-31 14:09 UTC (permalink / raw)
  To: devel, jiewen.yao; +Cc: Kinney, Michael D, Andrew Fish

OK, I've raised https://github.com/DMTF/libspdm/issues/2787.

On Wed, Jul 31, 2024 at 12:47:25 +0000, Yao, Jiewen wrote:
> i recommend submitting issue directly to libspdm project github.
> 
> thank you
> jiewen yao
> ________________________________
> 发件人: Leif Lindholm <quic_llindhol@quicinc.com>
> 发送时间: Wednesday, July 31, 2024 6:34:32 PM
> 收件人: devel@edk2.groups.io <devel@edk2.groups.io>
> 抄送: Yao, Jiewen <jiewen.yao@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Andrew Fish <afish@apple.com>
> 主题: Can we do something about libspdm?
> 
> Hi,
> 
> The libspdm submodule is 1.1GB of (compressed) data to clone, but only
> 18MB once checked out.
> 
> This is by some margin the majority of the time it takes to clone edk2
> and submodules. (It takes me 5m44s, and I don't think it's my Internet
> connection slowing it down.)
> 
> Having become curious as to how it managed to get that bad, I had a
> dig. And found that nearly all of the data comes from a branch (that
> is not a branch of the codebase at all) called github_pages.
> If I run
>   $ git branch -r -d github_pages
>   $ git gc --prune=now
> the size of my cloned directory shrinks from 1.1GB down to a more
> reasonable 27MB.
> 
> Does anyone have any connections at DTMF that we can try to get in
> touch with to discuss how to improve their repository setup?
> 
> /
>     Leif
> 
> 
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120151): https://edk2.groups.io/g/devel/message/120151
Mute This Topic: https://groups.io/mt/107643637/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [edk2-devel] Can we do something about libspdm?
  2024-07-31 14:09   ` Leif Lindholm
@ 2024-08-01  9:48     ` Yao, Jiewen
  2024-08-01 15:19       ` Leif Lindholm
  0 siblings, 1 reply; 5+ messages in thread
From: Yao, Jiewen @ 2024-08-01  9:48 UTC (permalink / raw)
  To: devel@edk2.groups.io, quic_llindhol@quicinc.com
  Cc: Kinney, Michael D, Andrew Fish

Thanks Leif. I saw the issue is closed.

Please evaluate again, to see if the problem is resolved.
If not, you may reopen the issue at libspdm project.

Please feel free to submit issue if you see anything could be improved.

Thank you
Yao, Jiewen

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Leif Lindholm
> Sent: Wednesday, July 31, 2024 10:10 PM
> To: devel@edk2.groups.io; Yao, Jiewen <jiewen.yao@intel.com>
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Andrew Fish
> <afish@apple.com>
> Subject: Re: [edk2-devel] Can we do something about libspdm?
> 
> OK, I've raised https://github.com/DMTF/libspdm/issues/2787.
> 
> On Wed, Jul 31, 2024 at 12:47:25 +0000, Yao, Jiewen wrote:
> > i recommend submitting issue directly to libspdm project github.
> >
> > thank you
> > jiewen yao
> > ________________________________
> > 发件人: Leif Lindholm <quic_llindhol@quicinc.com>
> > 发送时间: Wednesday, July 31, 2024 6:34:32 PM
> > 收件人: devel@edk2.groups.io <devel@edk2.groups.io>
> > 抄送: Yao, Jiewen <jiewen.yao@intel.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Andrew Fish <afish@apple.com>
> > 主题: Can we do something about libspdm?
> >
> > Hi,
> >
> > The libspdm submodule is 1.1GB of (compressed) data to clone, but only
> > 18MB once checked out.
> >
> > This is by some margin the majority of the time it takes to clone edk2
> > and submodules. (It takes me 5m44s, and I don't think it's my Internet
> > connection slowing it down.)
> >
> > Having become curious as to how it managed to get that bad, I had a
> > dig. And found that nearly all of the data comes from a branch (that
> > is not a branch of the codebase at all) called github_pages.
> > If I run
> >   $ git branch -r -d github_pages
> >   $ git gc --prune=now
> > the size of my cloned directory shrinks from 1.1GB down to a more
> > reasonable 27MB.
> >
> > Does anyone have any connections at DTMF that we can try to get in
> > touch with to discuss how to improve their repository setup?
> >
> > /
> >     Leif
> >
> >
> >
> >
> >
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120169): https://edk2.groups.io/g/devel/message/120169
Mute This Topic: https://groups.io/mt/107643637/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [edk2-devel] Can we do something about libspdm?
  2024-08-01  9:48     ` Yao, Jiewen
@ 2024-08-01 15:19       ` Leif Lindholm
  0 siblings, 0 replies; 5+ messages in thread
From: Leif Lindholm @ 2024-08-01 15:19 UTC (permalink / raw)
  To: Yao, Jiewen; +Cc: devel@edk2.groups.io, Kinney, Michael D, Andrew Fish

Yes, all better now. Cloning the repo in 7 seconds.

Thanks!

/
    Leif

On Thu, Aug 01, 2024 at 09:48:24 +0000, Yao, Jiewen wrote:
> Thanks Leif. I saw the issue is closed.
> 
> Please evaluate again, to see if the problem is resolved.
> If not, you may reopen the issue at libspdm project.
> 
> Please feel free to submit issue if you see anything could be improved.
> 
> Thank you
> Yao, Jiewen
> 
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Leif Lindholm
> > Sent: Wednesday, July 31, 2024 10:10 PM
> > To: devel@edk2.groups.io; Yao, Jiewen <jiewen.yao@intel.com>
> > Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Andrew Fish
> > <afish@apple.com>
> > Subject: Re: [edk2-devel] Can we do something about libspdm?
> > 
> > OK, I've raised https://github.com/DMTF/libspdm/issues/2787.
> > 
> > On Wed, Jul 31, 2024 at 12:47:25 +0000, Yao, Jiewen wrote:
> > > i recommend submitting issue directly to libspdm project github.
> > >
> > > thank you
> > > jiewen yao
> > > ________________________________
> > > 发件人: Leif Lindholm <quic_llindhol@quicinc.com>
> > > 发送时间: Wednesday, July 31, 2024 6:34:32 PM
> > > 收件人: devel@edk2.groups.io <devel@edk2.groups.io>
> > > 抄送: Yao, Jiewen <jiewen.yao@intel.com>; Kinney, Michael D
> > <michael.d.kinney@intel.com>; Andrew Fish <afish@apple.com>
> > > 主题: Can we do something about libspdm?
> > >
> > > Hi,
> > >
> > > The libspdm submodule is 1.1GB of (compressed) data to clone, but only
> > > 18MB once checked out.
> > >
> > > This is by some margin the majority of the time it takes to clone edk2
> > > and submodules. (It takes me 5m44s, and I don't think it's my Internet
> > > connection slowing it down.)
> > >
> > > Having become curious as to how it managed to get that bad, I had a
> > > dig. And found that nearly all of the data comes from a branch (that
> > > is not a branch of the codebase at all) called github_pages.
> > > If I run
> > >   $ git branch -r -d github_pages
> > >   $ git gc --prune=now
> > > the size of my cloned directory shrinks from 1.1GB down to a more
> > > reasonable 27MB.
> > >
> > > Does anyone have any connections at DTMF that we can try to get in
> > > touch with to discuss how to improve their repository setup?
> > >
> > > /
> > >     Leif
> > >
> > >
> > >
> > >
> > >
> > 
> > 
> > 
> > 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120185): https://edk2.groups.io/g/devel/message/120185
Mute This Topic: https://groups.io/mt/107643637/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

end of thread, other threads:[~2024-08-01 15:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 10:34 [edk2-devel] Can we do something about libspdm? Leif Lindholm
2024-07-31 12:47 ` Yao, Jiewen
2024-07-31 14:09   ` Leif Lindholm
2024-08-01  9:48     ` Yao, Jiewen
2024-08-01 15:19       ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox