Re: packet writing support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/6/19 1:31 AM, Mischa Baars wrote:
> Hi Jens,
> 
> On Sat, 2019-10-05 at 09:50 -0600, Jens Axboe wrote:
>> On 10/5/19 4:12 AM, Mischa Baars wrote:
>>> Advised by the linux-next mailing list to repost this message on the linux-block mailing list:
>>>
>>> Hi,
>>>
>>> If I'm correct, packet writing support is going to be removed from the
>>> Linux kernel. Is there any particular reason for
>>> this, as far as you people know? Both DVD-writers and Blueray-writers are
>>> still being sold to date.
>>
>> The reasons are mostly that it's ancient technology and my doubt was
>> that nobody used it, and it's completely unmaintained code as well.
>>
> 
> How can it be ancient technology when CD-, DVD- and Blueray-writers
> are being sold by the thousands at this very moment? Floppy disk
> drives on the other hand were invented in 1967. This is the ancient
> technology you're looking for.

It's a suboptimal solution to the fact that devices were put to market
that required > page sized writes at the time. Hence pktcdvd sits in
between and ensures that we write out blocks that are big enough. If the
kernel supported > page size block sizes on file systems, pktdvd would
be superflous.

And please stops bringing up floppy, it's totally irrelevant to this
conversation.

>>> I'm currently working on quite a large project. I would be dependent
>>> solely on USB to store my backup files, when the packet writing support
>>> is removed. Actually I'm quite uncomfortable with that idea, because
>>> USB is rewritable. Any serious attempt to do damage to my project will
>>> result a permanent loss of code. Personally I would do anything to keep
>>> packet writing support in the kernel.
>>
>> If there are folks using the code (successfully), it's not going away.
>> But I can't quite tell from your email if you're just planning to use
>> it, or if you are using it already and it's working great for you?
>>
> 
> Yes, I've written the the code myself, thank you. It's prototype
> hardware and it's not intended as an open source software project. It
> is therefore not going to be released to the general public. When it's
> finished, and it isn't at the moment, it's hopefully going to be part
> of your future processors.

Let's keep this very simple:

1) Have you used the pktcdvd code at all? How much?
2) If yes to the first question, has it been stable?

> I did however find a enormous lot of bugs (in the kernel, the
> compiler, and in latex) since the project start, that deserve the
> attention of the opensource community. The bugs will come available to
> you in time. We can work on a better kernel and compiler together.

So bugs in pktcdvd? Or others parts?

>>> I'd hoped you could remove normal floppy disc support instead. That
>>> seems the more logical course of action. Floppy disc drives aren't
>>> being sold anymore for quite some years now.
>>
>> It's not really a case of quid pro quo, if someone gets removed,
>> something else can stay. I'd argue that the floppy driver is probably
>> used by orders of magnitude more people than the packet writing code,
>> and as such that makes it much more important to maintain.
>>
> 
> Who are you talking about? Are you asking to be removed? I'm afraid I
> don't quite understand.

I'm saying that you are comparing apples to oranges. The floppy driver
might be older tech, but it's much more used than pktcdvd. It's not the
case that we must pick one over the other, in terms of what stays and
what goes.

-- 
Jens Axboe




[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux